#C54136

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

Shades of Grenadier #C54136

Tints of Grenadier #C54136

Color information

#C54136 (or 0xC54136) is unknown color: approx Grenadier. HEX triplet: C5, 41 and 36. RGB value is (197,65,54). Sum of RGB (Red+Green+Blue) = 197+65+54=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C54136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54136 is #3ABEC9. Grayscale: #676767. Windows color (decimal): -3849930 or 3555781. OLE color: 3555781.

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

Color convert

RGB1976554-
CMYK00.670.730.23
HSL4.62º56.97%49.22%-
HSV(B)4.62º72.59%77.25%-
XYZ25.5815.925.21-
YUV103.21100.23194.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.34%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=62.34%
G=20.57%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197655400.670.730.234.6256.9749.22
HexC54136043491753931
Octal3051016601031112757161
Binary11000101100000111011001000011100100110111101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54136; }

 p { color: rgb(197,65,54); }

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

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

 a { background-color: rgb(197,65,54); }

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

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

 span { border-color: rgb(197,65,54); }

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