Shades of Grenadier #C0453A
Tints of Grenadier #C0453A
RGB
CMYK
RGB Variations
Color information
#C0453A (or 0xC0453A) is known color: Grenadier. HEX triplet: C0, 45 and 3A. RGB value is (192,69,58). Sum of RGB (Red+Green+Blue) = 192+69+58=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0453A is #3FBAC5. Grayscale: #686868. Windows color (decimal): -4176582 or 3818944. OLE color: 3818944.
HSL color Cylindrical-coordinate representation of color #C0453A: hue angle of 4.93º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0453A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 58 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.25 |
| HSL | 4.93º | 0.54% | 0.49% | - |
| HSV(B) | 4.93º | 0.7% | 0.75% | - |
| XYZ | 24.63 | 15.77 | 5.75 | - |
| YUV | 104.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 58 | 0 | 0.64 | 0.70 | 0.25 | 4.93 | 0.54 | 0.49 |
| Hex | C0 | 45 | 3A | 0 | 40 | 46 | 19 | 5 | 36 | 31 |
| Octal | 300 | 105 | 72 | 0 | 100 | 106 | 31 | 5 | 66 | 61 |
| Binary | 11000000 | 1000101 | 111010 | 0 | 1000000 | 1000110 | 11001 | 101 | 110110 | 110001 |
Color Harmonies of #C0453A
Complementary color
Monochromatic Colors of #C0453A
Black with #C0453A
Text Example
Text Example
White with #C0453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0453A; }
p { color: rgb(192,69,58); }
H1.HeaderClassName
{
color: #C0453A;
}
.AnyTagClassName
{
color: #C0453A;
}
</style>
background-color css
<style>
a { background-color: #C0453A; }
a { background-color: rgb(192,69,58); }
div.DivClassName
{
background-color: #C0453A;
}
.BgClassName
{
background-color: #C0453A;
}
</style>
border-color css
<style>
span { border-color: #C0453A; }
span { border-color: rgb(192,69,58); }
td.TdClassName
{
border-color: #C0453A;
}
.TagClassName
{
border-color: #C0453A;
}
</style>