Shades of Grenadier #C03F36
Tints of Grenadier #C03F36
RGB
CMYK
RGB Variations
Color information
#C03F36 (or 0xC03F36) is known color: Grenadier. HEX triplet: C0, 3F and 36. RGB value is (192,63,54). Sum of RGB (Red+Green+Blue) = 192+63+54=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F36 is #3FC0C9. Grayscale: #646464. Windows color (decimal): -4178122 or 3555264. OLE color: 3555264.
HSL color Cylindrical-coordinate representation of color #C03F36: hue angle of 3.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03F36 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 54 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.25 |
| HSL | 3.91º | 0.56% | 0.48% | - |
| HSV(B) | 3.91º | 0.72% | 0.75% | - |
| XYZ | 24.18 | 15.03 | 5.12 | - |
| YUV | 100.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 54 | 0 | 0.67 | 0.72 | 0.25 | 3.91 | 0.56 | 0.48 |
| Hex | C0 | 3F | 36 | 0 | 43 | 48 | 19 | 4 | 38 | 30 |
| Octal | 300 | 77 | 66 | 0 | 103 | 110 | 31 | 4 | 70 | 60 |
| Binary | 11000000 | 111111 | 110110 | 0 | 1000011 | 1001000 | 11001 | 100 | 111000 | 110000 |
Color Harmonies of #C03F36
Complementary color
Monochromatic Colors of #C03F36
Black with #C03F36
Text Example
Text Example
White with #C03F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F36; }
p { color: rgb(192,63,54); }
H1.HeaderClassName
{
color: #C03F36;
}
.AnyTagClassName
{
color: #C03F36;
}
</style>
background-color css
<style>
a { background-color: #C03F36; }
a { background-color: rgb(192,63,54); }
div.DivClassName
{
background-color: #C03F36;
}
.BgClassName
{
background-color: #C03F36;
}
</style>
border-color css
<style>
span { border-color: #C03F36; }
span { border-color: rgb(192,63,54); }
td.TdClassName
{
border-color: #C03F36;
}
.TagClassName
{
border-color: #C03F36;
}
</style>