Shades of Grenadier #C04B35
Tints of Grenadier #C04B35
RGB
CMYK
RGB Variations
Color information
#C04B35 (or 0xC04B35) is known color: Grenadier. HEX triplet: C0, 4B and 35. RGB value is (192,75,53). Sum of RGB (Red+Green+Blue) = 192+75+53=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B35 is #3FB4CA. Grayscale: #6B6B6B. Windows color (decimal): -4175051 or 3492800. OLE color: 3492800.
HSL color Cylindrical-coordinate representation of color #C04B35: hue angle of 9.5º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04B35 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 53 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.25 |
| HSL | 9.5º | 0.57% | 0.48% | - |
| HSV(B) | 9.5º | 0.72% | 0.75% | - |
| XYZ | 24.9 | 16.5 | 5.24 | - |
| YUV | 107.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 53 | 0 | 0.61 | 0.72 | 0.25 | 9.5 | 0.57 | 0.48 |
| Hex | C0 | 4B | 35 | 0 | 3D | 48 | 19 | 9 | 39 | 30 |
| Octal | 300 | 113 | 65 | 0 | 75 | 110 | 31 | 11 | 71 | 60 |
| Binary | 11000000 | 1001011 | 110101 | 0 | 111101 | 1001000 | 11001 | 1001 | 111001 | 110000 |
Color Harmonies of #C04B35
Complementary color
Monochromatic Colors of #C04B35
Black with #C04B35
Text Example
Text Example
White with #C04B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B35; }
p { color: rgb(192,75,53); }
H1.HeaderClassName
{
color: #C04B35;
}
.AnyTagClassName
{
color: #C04B35;
}
</style>
background-color css
<style>
a { background-color: #C04B35; }
a { background-color: rgb(192,75,53); }
div.DivClassName
{
background-color: #C04B35;
}
.BgClassName
{
background-color: #C04B35;
}
</style>
border-color css
<style>
span { border-color: #C04B35; }
span { border-color: rgb(192,75,53); }
td.TdClassName
{
border-color: #C04B35;
}
.TagClassName
{
border-color: #C04B35;
}
</style>