#C54C39

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

Shades of Grenadier #C54C39

Tints of Grenadier #C54C39

Color information

#C54C39 (or 0xC54C39) is unknown color: approx Grenadier. HEX triplet: C5, 4C and 39. RGB value is (197,76,57). Sum of RGB (Red+Green+Blue) = 197+76+57=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C39 is #3AB3C6. Grayscale: #6E6E6E. Windows color (decimal): -3847111 or 3755205. OLE color: 3755205.

HSL color Cylindrical-coordinate representation of color #C54C39: hue angle of 8.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C54C39 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB1977657-
CMYK00.610.710.23
HSL8.14º55.12%49.8%-
HSV(B)8.14º71.07%77.25%-
XYZ26.3517.335.83-
YUV110.0198.09190.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=59.70%
G=23.03%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197765700.610.710.238.1455.1249.8
HexC54C3903D471783732
Octal3051147107510727106762
Binary11000101100110011100101111011000111101111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54C39; }

 p { color: rgb(197,76,57); }

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

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

 a { background-color: rgb(197,76,57); }

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

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

 span { border-color: rgb(197,76,57); }

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