Shades of Grenadier #C04B33
Tints of Grenadier #C04B33
RGB
CMYK
RGB Variations
Color information
#C04B33 (or 0xC04B33) is known color: Grenadier. HEX triplet: C0, 4B and 33. RGB value is (192,75,51). Sum of RGB (Red+Green+Blue) = 192+75+51=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B33 is #3FB4CC. Grayscale: #6B6B6B. Windows color (decimal): -4175053 or 3361728. OLE color: 3361728.
HSL color Cylindrical-coordinate representation of color #C04B33: hue angle of 10.21º 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 #C04B33 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 51 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.25 |
| HSL | 10.21º | 0.58% | 0.48% | - |
| HSV(B) | 10.21º | 0.73% | 0.75% | - |
| XYZ | 24.85 | 16.48 | 5 | - |
| YUV | 107.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 51 | 0 | 0.61 | 0.73 | 0.25 | 10.21 | 0.58 | 0.48 |
| Hex | C0 | 4B | 33 | 0 | 3D | 49 | 19 | A | 3A | 30 |
| Octal | 300 | 113 | 63 | 0 | 75 | 111 | 31 | 12 | 72 | 60 |
| Binary | 11000000 | 1001011 | 110011 | 0 | 111101 | 1001001 | 11001 | 1010 | 111010 | 110000 |
Color Harmonies of #C04B33
Complementary color
Monochromatic Colors of #C04B33
Black with #C04B33
Text Example
Text Example
White with #C04B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B33; }
p { color: rgb(192,75,51); }
H1.HeaderClassName
{
color: #C04B33;
}
.AnyTagClassName
{
color: #C04B33;
}
</style>
background-color css
<style>
a { background-color: #C04B33; }
a { background-color: rgb(192,75,51); }
div.DivClassName
{
background-color: #C04B33;
}
.BgClassName
{
background-color: #C04B33;
}
</style>
border-color css
<style>
span { border-color: #C04B33; }
span { border-color: rgb(192,75,51); }
td.TdClassName
{
border-color: #C04B33;
}
.TagClassName
{
border-color: #C04B33;
}
</style>