Shades of Grenadier #C04028
Tints of Grenadier #C04028
RGB
CMYK
RGB Variations
Color information
#C04028 (or 0xC04028) is known color: Grenadier. HEX triplet: C0, 40 and 28. RGB value is (192,64,40). Sum of RGB (Red+Green+Blue) = 192+64+40=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C04028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04028 is #3FBFD7. Grayscale: #636363. Windows color (decimal): -4177880 or 2638016. OLE color: 2638016.
HSL color Cylindrical-coordinate representation of color #C04028: hue angle of 9.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C04028 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 40 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.25 |
| HSL | 9.47º | 0.66% | 0.45% | - |
| HSV(B) | 9.47º | 0.79% | 0.75% | - |
| XYZ | 23.95 | 15.03 | 3.65 | - |
| YUV | 99.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 40 | 0 | 0.67 | 0.79 | 0.25 | 9.47 | 0.66 | 0.45 |
| Hex | C0 | 40 | 28 | 0 | 43 | 4F | 19 | 9 | 42 | 2D |
| Octal | 300 | 100 | 50 | 0 | 103 | 117 | 31 | 11 | 102 | 55 |
| Binary | 11000000 | 1000000 | 101000 | 0 | 1000011 | 1001111 | 11001 | 1001 | 1000010 | 101101 |
Color Harmonies of #C04028
Complementary color
Monochromatic Colors of #C04028
Black with #C04028
Text Example
Text Example
White with #C04028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04028; }
p { color: rgb(192,64,40); }
H1.HeaderClassName
{
color: #C04028;
}
.AnyTagClassName
{
color: #C04028;
}
</style>
background-color css
<style>
a { background-color: #C04028; }
a { background-color: rgb(192,64,40); }
div.DivClassName
{
background-color: #C04028;
}
.BgClassName
{
background-color: #C04028;
}
</style>
border-color css
<style>
span { border-color: #C04028; }
span { border-color: rgb(192,64,40); }
td.TdClassName
{
border-color: #C04028;
}
.TagClassName
{
border-color: #C04028;
}
</style>