#C64132

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

Shades of Grenadier #C64132

Tints of Grenadier #C64132

Color information

#C64132 (or 0xC64132) is unknown color: approx Grenadier. HEX triplet: C6, 41 and 32. RGB value is (198,65,50). Sum of RGB (Red+Green+Blue) = 198+65+50=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C64132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64132 is #39BECD. Grayscale: #676767. Windows color (decimal): -3784398 or 3293638. OLE color: 3293638.

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

Color convert

RGB1986550-
CMYK00.670.750.22
HSL6.08º59.68%48.63%-
HSV(B)6.08º74.75%77.65%-
XYZ25.7516.024.75-
YUV103.0698.06195.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.26%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=63.26%
G=20.77%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198655000.670.750.226.0859.6848.63
HexC641320434B1663c31
Octal3061016201031132667461
Binary11000110100000111001001000011100101110110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64132; }

 p { color: rgb(198,65,50); }

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

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

 a { background-color: rgb(198,65,50); }

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

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

 span { border-color: rgb(198,65,50); }

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