Shades of Grenadier #C0412B
Tints of Grenadier #C0412B
RGB
CMYK
RGB Variations
Color information
#C0412B (or 0xC0412B) is known color: Grenadier. HEX triplet: C0, 41 and 2B. RGB value is (192,65,43). Sum of RGB (Red+Green+Blue) = 192+65+43=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0412B is #3FBED4. Grayscale: #646464. Windows color (decimal): -4177621 or 2834880. OLE color: 2834880.
HSL color Cylindrical-coordinate representation of color #C0412B: hue angle of 8.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0412B is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 43 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.25 |
| HSL | 8.86º | 0.63% | 0.46% | - |
| HSV(B) | 8.86º | 0.78% | 0.75% | - |
| XYZ | 24.06 | 15.16 | 3.94 | - |
| YUV | 100.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 43 | 0 | 0.66 | 0.78 | 0.25 | 8.86 | 0.63 | 0.46 |
| Hex | C0 | 41 | 2B | 0 | 42 | 4E | 19 | 9 | 3F | 2E |
| Octal | 300 | 101 | 53 | 0 | 102 | 116 | 31 | 11 | 77 | 56 |
| Binary | 11000000 | 1000001 | 101011 | 0 | 1000010 | 1001110 | 11001 | 1001 | 111111 | 101110 |
Color Harmonies of #C0412B
Complementary color
Monochromatic Colors of #C0412B
Black with #C0412B
Text Example
Text Example
White with #C0412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0412B; }
p { color: rgb(192,65,43); }
H1.HeaderClassName
{
color: #C0412B;
}
.AnyTagClassName
{
color: #C0412B;
}
</style>
background-color css
<style>
a { background-color: #C0412B; }
a { background-color: rgb(192,65,43); }
div.DivClassName
{
background-color: #C0412B;
}
.BgClassName
{
background-color: #C0412B;
}
</style>
border-color css
<style>
span { border-color: #C0412B; }
span { border-color: rgb(192,65,43); }
td.TdClassName
{
border-color: #C0412B;
}
.TagClassName
{
border-color: #C0412B;
}
</style>