Shades of Grenadier #C43F32
Tints of Grenadier #C43F32
RGB
CMYK
RGB Variations
Color information
#C43F32 (or 0xC43F32) is known color: Grenadier. HEX triplet: C4, 3F and 32. RGB value is (196,63,50). Sum of RGB (Red+Green+Blue) = 196+63+50=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F32 is #3BC0CD. Grayscale: #656565. Windows color (decimal): -3915982 or 3293124. OLE color: 3293124.
HSL color Cylindrical-coordinate representation of color #C43F32: hue angle of 5.34º 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 #C43F32 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 50 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.23 |
| HSL | 5.34º | 0.59% | 0.48% | - |
| HSV(B) | 5.34º | 0.74% | 0.77% | - |
| XYZ | 25.12 | 15.52 | 4.69 | - |
| YUV | 101.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 50 | 0 | 0.68 | 0.74 | 0.23 | 5.34 | 0.59 | 0.48 |
| Hex | C4 | 3F | 32 | 0 | 44 | 4A | 17 | 5 | 3B | 30 |
| Octal | 304 | 77 | 62 | 0 | 104 | 112 | 27 | 5 | 73 | 60 |
| Binary | 11000100 | 111111 | 110010 | 0 | 1000100 | 1001010 | 10111 | 101 | 111011 | 110000 |
Color Harmonies of #C43F32
Complementary color
Monochromatic Colors of #C43F32
Black with #C43F32
Text Example
Text Example
White with #C43F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F32; }
p { color: rgb(196,63,50); }
H1.HeaderClassName
{
color: #C43F32;
}
.AnyTagClassName
{
color: #C43F32;
}
</style>
background-color css
<style>
a { background-color: #C43F32; }
a { background-color: rgb(196,63,50); }
div.DivClassName
{
background-color: #C43F32;
}
.BgClassName
{
background-color: #C43F32;
}
</style>
border-color css
<style>
span { border-color: #C43F32; }
span { border-color: rgb(196,63,50); }
td.TdClassName
{
border-color: #C43F32;
}
.TagClassName
{
border-color: #C43F32;
}
</style>