Shades of Grenadier #C04027
Tints of Grenadier #C04027
RGB
CMYK
RGB Variations
Color information
#C04027 (or 0xC04027) is known color: Grenadier. HEX triplet: C0, 40 and 27. RGB value is (192,64,39). Sum of RGB (Red+Green+Blue) = 192+64+39=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C04027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04027 is #3FBFD8. Grayscale: #636363. Windows color (decimal): -4177881 or 2572480. OLE color: 2572480.
HSL color Cylindrical-coordinate representation of color #C04027: hue angle of 9.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C04027 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 39 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.25 |
| HSL | 9.8º | 0.66% | 0.45% | - |
| HSV(B) | 9.8º | 0.8% | 0.75% | - |
| XYZ | 23.94 | 15.02 | 3.56 | - |
| YUV | 99.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 39 | 0 | 0.67 | 0.80 | 0.25 | 9.8 | 0.66 | 0.45 |
| Hex | C0 | 40 | 27 | 0 | 43 | 50 | 19 | A | 42 | 2D |
| Octal | 300 | 100 | 47 | 0 | 103 | 120 | 31 | 12 | 102 | 55 |
| Binary | 11000000 | 1000000 | 100111 | 0 | 1000011 | 1010000 | 11001 | 1010 | 1000010 | 101101 |
Color Harmonies of #C04027
Complementary color
Monochromatic Colors of #C04027
Black with #C04027
Text Example
Text Example
White with #C04027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04027; }
p { color: rgb(192,64,39); }
H1.HeaderClassName
{
color: #C04027;
}
.AnyTagClassName
{
color: #C04027;
}
</style>
background-color css
<style>
a { background-color: #C04027; }
a { background-color: rgb(192,64,39); }
div.DivClassName
{
background-color: #C04027;
}
.BgClassName
{
background-color: #C04027;
}
</style>
border-color css
<style>
span { border-color: #C04027; }
span { border-color: rgb(192,64,39); }
td.TdClassName
{
border-color: #C04027;
}
.TagClassName
{
border-color: #C04027;
}
</style>