#C54832

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

Shades of Grenadier #C54832

Tints of Grenadier #C54832

Color information

#C54832 (or 0xC54832) is unknown color: approx Grenadier. HEX triplet: C5, 48 and 32. RGB value is (197,72,50). Sum of RGB (Red+Green+Blue) = 197+72+50=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C54832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54832 is #3AB7CD. Grayscale: #6B6B6B. Windows color (decimal): -3848142 or 3295429. OLE color: 3295429.

HSL color Cylindrical-coordinate representation of color #C54832: hue angle of 8.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C54832 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1977250-
CMYK00.630.750.23
HSL8.98º59.51%48.43%-
HSV(B)8.98º74.62%77.25%-
XYZ25.9216.744.88-
YUV106.8795.91192.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.76%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=61.76%
G=22.57%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197725000.630.750.238.9859.5148.43
HexC5483203F4B1793c30
Octal3051106207711327117460
Binary11000101100100011001001111111001011101111001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54832; }

 p { color: rgb(197,72,50); }

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

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

 a { background-color: rgb(197,72,50); }

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

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

 span { border-color: rgb(197,72,50); }

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