#C64236

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

Shades of Grenadier #C64236

Tints of Grenadier #C64236

Color information

#C64236 (or 0xC64236) is unknown color: approx Grenadier. HEX triplet: C6, 42 and 36. RGB value is (198,66,54). Sum of RGB (Red+Green+Blue) = 198+66+54=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64236 is #39BDC9. Grayscale: #686868. Windows color (decimal): -3784138 or 3556038. OLE color: 3556038.

HSL color Cylindrical-coordinate representation of color #C64236: hue angle of 5º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C64236 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1986654-
CMYK00.670.730.22
HSL57.14%49.41%-
HSV(B)72.73%77.65%-
XYZ25.916.175.25-
YUV104.199.73194.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.26%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=62.26%
G=20.75%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198665400.670.730.22557.1449.41
HexC64236043491653931
Octal3061026601031112657161
Binary11000110100001011011001000011100100110110101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64236; }

 p { color: rgb(198,66,54); }

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

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

 a { background-color: rgb(198,66,54); }

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

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

 span { border-color: rgb(198,66,54); }

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