#C44035

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

Shades of Grenadier #C44035

Tints of Grenadier #C44035

Color information

#C44035 (or 0xC44035) is unknown color: approx Grenadier. HEX triplet: C4, 40 and 35. RGB value is (196,64,53). Sum of RGB (Red+Green+Blue) = 196+64+53=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C44035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44035 is #3BBFCA. Grayscale: #666666. Windows color (decimal): -3915723 or 3489988. OLE color: 3489988.

HSL color Cylindrical-coordinate representation of color #C44035: 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 #C44035 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1966453-
CMYK00.670.730.23
HSL4.62º57.43%48.82%-
HSV(B)4.62º72.96%76.86%-
XYZ25.2415.665.06-
YUV102.21100.23194.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.62%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=62.62%
G=20.45%
B=16.93%

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
Decimal196645300.670.730.234.6257.4348.82
HexC44035043491753931
Octal3041006501031112757161
Binary11000100100000011010101000011100100110111101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44035; }

 p { color: rgb(196,64,53); }

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

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

 a { background-color: rgb(196,64,53); }

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

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

 span { border-color: rgb(196,64,53); }

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