Shades of Grenadier #C04333
Tints of Grenadier #C04333
RGB
CMYK
RGB Variations
Color information
#C04333 (or 0xC04333) is known color: Grenadier. HEX triplet: C0, 43 and 33. RGB value is (192,67,51). Sum of RGB (Red+Green+Blue) = 192+67+51=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C04333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04333 is #3FBCCC. Grayscale: #666666. Windows color (decimal): -4177101 or 3359680. OLE color: 3359680.
HSL color Cylindrical-coordinate representation of color #C04333: hue angle of 6.81º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04333 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 51 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.25 |
| HSL | 6.81º | 0.58% | 0.48% | - |
| HSV(B) | 6.81º | 0.73% | 0.75% | - |
| XYZ | 24.34 | 15.46 | 4.83 | - |
| YUV | 102.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 51 | 0 | 0.65 | 0.73 | 0.25 | 6.81 | 0.58 | 0.48 |
| Hex | C0 | 43 | 33 | 0 | 41 | 49 | 19 | 7 | 3A | 30 |
| Octal | 300 | 103 | 63 | 0 | 101 | 111 | 31 | 7 | 72 | 60 |
| Binary | 11000000 | 1000011 | 110011 | 0 | 1000001 | 1001001 | 11001 | 111 | 111010 | 110000 |
Color Harmonies of #C04333
Complementary color
Monochromatic Colors of #C04333
Black with #C04333
Text Example
Text Example
White with #C04333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04333; }
p { color: rgb(192,67,51); }
H1.HeaderClassName
{
color: #C04333;
}
.AnyTagClassName
{
color: #C04333;
}
</style>
background-color css
<style>
a { background-color: #C04333; }
a { background-color: rgb(192,67,51); }
div.DivClassName
{
background-color: #C04333;
}
.BgClassName
{
background-color: #C04333;
}
</style>
border-color css
<style>
span { border-color: #C04333; }
span { border-color: rgb(192,67,51); }
td.TdClassName
{
border-color: #C04333;
}
.TagClassName
{
border-color: #C04333;
}
</style>