Shades of Grenadier #C0452C
Tints of Grenadier #C0452C
RGB
CMYK
RGB Variations
Color information
#C0452C (or 0xC0452C) is known color: Grenadier. HEX triplet: C0, 45 and 2C. RGB value is (192,69,44). Sum of RGB (Red+Green+Blue) = 192+69+44=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0452C is #3FBAD3. Grayscale: #676767. Windows color (decimal): -4176596 or 2901440. OLE color: 2901440.
HSL color Cylindrical-coordinate representation of color #C0452C: hue angle of 10.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0452C is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 44 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.25 |
| HSL | 10.14º | 0.63% | 0.46% | - |
| HSV(B) | 10.14º | 0.77% | 0.75% | - |
| XYZ | 24.32 | 15.64 | 4.12 | - |
| YUV | 102.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 44 | 0 | 0.64 | 0.77 | 0.25 | 10.14 | 0.63 | 0.46 |
| Hex | C0 | 45 | 2C | 0 | 40 | 4D | 19 | A | 3F | 2E |
| Octal | 300 | 105 | 54 | 0 | 100 | 115 | 31 | 12 | 77 | 56 |
| Binary | 11000000 | 1000101 | 101100 | 0 | 1000000 | 1001101 | 11001 | 1010 | 111111 | 101110 |
Color Harmonies of #C0452C
Complementary color
Monochromatic Colors of #C0452C
Black with #C0452C
Text Example
Text Example
White with #C0452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0452C; }
p { color: rgb(192,69,44); }
H1.HeaderClassName
{
color: #C0452C;
}
.AnyTagClassName
{
color: #C0452C;
}
</style>
background-color css
<style>
a { background-color: #C0452C; }
a { background-color: rgb(192,69,44); }
div.DivClassName
{
background-color: #C0452C;
}
.BgClassName
{
background-color: #C0452C;
}
</style>
border-color css
<style>
span { border-color: #C0452C; }
span { border-color: rgb(192,69,44); }
td.TdClassName
{
border-color: #C0452C;
}
.TagClassName
{
border-color: #C0452C;
}
</style>