Shades of Grenadier #C0423D
Tints of Grenadier #C0423D
RGB
CMYK
RGB Variations
Color information
#C0423D (or 0xC0423D) is known color: Grenadier. HEX triplet: C0, 42 and 3D. RGB value is (192,66,61). Sum of RGB (Red+Green+Blue) = 192+66+61=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0423D is #3FBDC2. Grayscale: #676767. Windows color (decimal): -4177347 or 4014784. OLE color: 4014784.
HSL color Cylindrical-coordinate representation of color #C0423D: hue angle of 2.29º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0423D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 61 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.25 |
| HSL | 2.29º | 0.52% | 0.5% | - |
| HSV(B) | 2.29º | 0.68% | 0.75% | - |
| XYZ | 24.53 | 15.44 | 6.1 | - |
| YUV | 103.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 61 | 0 | 0.66 | 0.68 | 0.25 | 2.29 | 0.52 | 0.5 |
| Hex | C0 | 42 | 3D | 0 | 42 | 44 | 19 | 2 | 34 | 32 |
| Octal | 300 | 102 | 75 | 0 | 102 | 104 | 31 | 2 | 64 | 62 |
| Binary | 11000000 | 1000010 | 111101 | 0 | 1000010 | 1000100 | 11001 | 10 | 110100 | 110010 |
Color Harmonies of #C0423D
Complementary color
Monochromatic Colors of #C0423D
Black with #C0423D
Text Example
Text Example
White with #C0423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0423D; }
p { color: rgb(192,66,61); }
H1.HeaderClassName
{
color: #C0423D;
}
.AnyTagClassName
{
color: #C0423D;
}
</style>
background-color css
<style>
a { background-color: #C0423D; }
a { background-color: rgb(192,66,61); }
div.DivClassName
{
background-color: #C0423D;
}
.BgClassName
{
background-color: #C0423D;
}
</style>
border-color css
<style>
span { border-color: #C0423D; }
span { border-color: rgb(192,66,61); }
td.TdClassName
{
border-color: #C0423D;
}
.TagClassName
{
border-color: #C0423D;
}
</style>