#C2442C

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

Shades of Grenadier #C2442C

Tints of Grenadier #C2442C

Color information

#C2442C (or 0xC2442C) is unknown color: approx Grenadier. HEX triplet: C2, 44 and 2C. RGB value is (194,68,44). Sum of RGB (Red+Green+Blue) = 194+68+44=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2442C is #3DBBD3. Grayscale: #676767. Windows color (decimal): -4045780 or 2901186. OLE color: 2901186.

HSL color Cylindrical-coordinate representation of color #C2442C: hue angle of 9.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2442C is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1946844-
CMYK00.650.770.24
HSL9.6º63.03%46.67%-
HSV(B)9.6º77.32%76.08%-
XYZ24.7715.794.12-
YUV102.9494.74192.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.40%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 44 (17.58% from 255) = 14.38%
R=63.40%
G=22.22%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194684400.650.770.249.663.0346.67
HexC2442C0414D18a3f2f
Octal30210454010111530127757
Binary110000101000100101100010000011001101110001010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2442C; }

 p { color: rgb(194,68,44); }

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

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

 a { background-color: rgb(194,68,44); }

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

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

 span { border-color: rgb(194,68,44); }

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