Shades of Grenadier #C03D26
Tints of Grenadier #C03D26
RGB
CMYK
RGB Variations
Color information
#C03D26 (or 0xC03D26) is known color: Grenadier. HEX triplet: C0, 3D and 26. RGB value is (192,61,38). Sum of RGB (Red+Green+Blue) = 192+61+38=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D26 is #3FC2D9. Grayscale: #616161. Windows color (decimal): -4178650 or 2506176. OLE color: 2506176.
HSL color Cylindrical-coordinate representation of color #C03D26: hue angle of 8.96º degrees, saturation: 0.67, 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 #C03D26 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 38 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.25 |
| HSL | 8.96º | 0.67% | 0.45% | - |
| HSV(B) | 8.96º | 0.8% | 0.75% | - |
| XYZ | 23.76 | 14.68 | 3.42 | - |
| YUV | 97.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 38 | 0 | 0.68 | 0.80 | 0.25 | 8.96 | 0.67 | 0.45 |
| Hex | C0 | 3D | 26 | 0 | 44 | 50 | 19 | 9 | 43 | 2D |
| Octal | 300 | 75 | 46 | 0 | 104 | 120 | 31 | 11 | 103 | 55 |
| Binary | 11000000 | 111101 | 100110 | 0 | 1000100 | 1010000 | 11001 | 1001 | 1000011 | 101101 |
Color Harmonies of #C03D26
Complementary color
Monochromatic Colors of #C03D26
Black with #C03D26
Text Example
Text Example
White with #C03D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D26; }
p { color: rgb(192,61,38); }
H1.HeaderClassName
{
color: #C03D26;
}
.AnyTagClassName
{
color: #C03D26;
}
</style>
background-color css
<style>
a { background-color: #C03D26; }
a { background-color: rgb(192,61,38); }
div.DivClassName
{
background-color: #C03D26;
}
.BgClassName
{
background-color: #C03D26;
}
</style>
border-color css
<style>
span { border-color: #C03D26; }
span { border-color: rgb(192,61,38); }
td.TdClassName
{
border-color: #C03D26;
}
.TagClassName
{
border-color: #C03D26;
}
</style>