#C34634

Color #C34634 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #C34634

Tints of Grenadier #C34634

Color information

#C34634 (or 0xC34634) is unknown color: approx Grenadier. HEX triplet: C3, 46 and 34. RGB value is (195,70,52). Sum of RGB (Red+Green+Blue) = 195+70+52=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34634 is #3CB9CB. Grayscale: #696969. Windows color (decimal): -3979724 or 3425987. OLE color: 3425987.

HSL color Cylindrical-coordinate representation of color #C34634: hue angle of 7.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C34634 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1957052-
CMYK00.640.730.24
HSL7.55º57.89%48.43%-
HSV(B)7.55º73.33%76.47%-
XYZ25.3216.235.05-
YUV105.3297.91191.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=61.51%
G=22.08%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195705200.640.730.247.5557.8948.43
HexC34634040491883a30
Octal30310664010011130107260
Binary110000111000110110100010000001001001110001000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34634; }

 p { color: rgb(195,70,52); }

 H1.HeaderClassName
 {
   color: #C34634;
 }
 .AnyTagClassName
 {
   color: #C34634;
 }
</style>
background-color css

<style>
 a { background-color: #C34634; }

 a { background-color: rgb(195,70,52); }

 div.DivClassName
 {
   background-color: #C34634;
 }
 .BgClassName
 {
   background-color: #C34634;
 }
</style>
border-color css

<style>
 span { border-color: #C34634; }

 span { border-color: rgb(195,70,52); }

 td.TdClassName
 {
   border-color: #C34634;
 }
 .TagClassName
 {
   border-color: #C34634;
 }
</style>