Shades of Grenadier #C03D28
Tints of Grenadier #C03D28
RGB
CMYK
RGB Variations
Color information
#C03D28 (or 0xC03D28) is known color: Grenadier. HEX triplet: C0, 3D and 28. RGB value is (192,61,40). Sum of RGB (Red+Green+Blue) = 192+61+40=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D28 is #3FC2D7. Grayscale: #616161. Windows color (decimal): -4178648 or 2637248. OLE color: 2637248.
HSL color Cylindrical-coordinate representation of color #C03D28: hue angle of 8.29º 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 #C03D28 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 40 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.25 |
| HSL | 8.29º | 0.66% | 0.45% | - |
| HSV(B) | 8.29º | 0.79% | 0.75% | - |
| XYZ | 23.79 | 14.7 | 3.59 | - |
| YUV | 97.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 40 | 0 | 0.68 | 0.79 | 0.25 | 8.29 | 0.66 | 0.45 |
| Hex | C0 | 3D | 28 | 0 | 44 | 4F | 19 | 8 | 42 | 2D |
| Octal | 300 | 75 | 50 | 0 | 104 | 117 | 31 | 10 | 102 | 55 |
| Binary | 11000000 | 111101 | 101000 | 0 | 1000100 | 1001111 | 11001 | 1000 | 1000010 | 101101 |
Color Harmonies of #C03D28
Complementary color
Monochromatic Colors of #C03D28
Black with #C03D28
Text Example
Text Example
White with #C03D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D28; }
p { color: rgb(192,61,40); }
H1.HeaderClassName
{
color: #C03D28;
}
.AnyTagClassName
{
color: #C03D28;
}
</style>
background-color css
<style>
a { background-color: #C03D28; }
a { background-color: rgb(192,61,40); }
div.DivClassName
{
background-color: #C03D28;
}
.BgClassName
{
background-color: #C03D28;
}
</style>
border-color css
<style>
span { border-color: #C03D28; }
span { border-color: rgb(192,61,40); }
td.TdClassName
{
border-color: #C03D28;
}
.TagClassName
{
border-color: #C03D28;
}
</style>