#C44533

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

Shades of Grenadier #C44533

Tints of Grenadier #C44533

Color information

#C44533 (or 0xC44533) is unknown color: approx Grenadier. HEX triplet: C4, 45 and 33. RGB value is (196,69,51). Sum of RGB (Red+Green+Blue) = 196+69+51=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C44533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44533 is #3BBACC. Grayscale: #696969. Windows color (decimal): -3914445 or 3360196. OLE color: 3360196.

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

Color convert

RGB1966951-
CMYK00.650.740.23
HSL7.45º58.7%48.43%-
HSV(B)7.45º73.98%76.86%-
XYZ25.4916.234.92-
YUV104.9297.58192.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.03%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=62.03%
G=21.84%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196695100.650.740.237.4558.748.43
HexC445330414A1773b30
Octal3041056301011122777360
Binary11000100100010111001101000001100101010111111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44533; }

 p { color: rgb(196,69,51); }

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

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

 a { background-color: rgb(196,69,51); }

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

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

 span { border-color: rgb(196,69,51); }

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