Shades of Grenadier #CB4435
Tints of Grenadier #CB4435
RGB
CMYK
RGB Variations
Color information
#CB4435 (or 0xCB4435) is known color: Grenadier. HEX triplet: CB, 44 and 35. RGB value is (203,68,53). Sum of RGB (Red+Green+Blue) = 203+68+53=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4435 is #34BBCA. Grayscale: #6A6A6A. Windows color (decimal): -3455947 or 3491019. OLE color: 3491019.
HSL color Cylindrical-coordinate representation of color #CB4435: hue angle of 6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB4435 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 53 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.20 |
| HSL | 6º | 0.59% | 0.5% | - |
| HSV(B) | 6º | 0.74% | 0.8% | - |
| XYZ | 27.34 | 17.09 | 5.23 | - |
| YUV | 106.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 53 | 0 | 0.67 | 0.74 | 0.20 | 6 | 0.59 | 0.5 |
| Hex | CB | 44 | 35 | 0 | 43 | 4A | 14 | 6 | 3B | 32 |
| Octal | 313 | 104 | 65 | 0 | 103 | 112 | 24 | 6 | 73 | 62 |
| Binary | 11001011 | 1000100 | 110101 | 0 | 1000011 | 1001010 | 10100 | 110 | 111011 | 110010 |
Color Harmonies of #CB4435
Complementary color
Monochromatic Colors of #CB4435
Black with #CB4435
Text Example
Text Example
White with #CB4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4435; }
p { color: rgb(203,68,53); }
H1.HeaderClassName
{
color: #CB4435;
}
.AnyTagClassName
{
color: #CB4435;
}
</style>
background-color css
<style>
a { background-color: #CB4435; }
a { background-color: rgb(203,68,53); }
div.DivClassName
{
background-color: #CB4435;
}
.BgClassName
{
background-color: #CB4435;
}
</style>
border-color css
<style>
span { border-color: #CB4435; }
span { border-color: rgb(203,68,53); }
td.TdClassName
{
border-color: #CB4435;
}
.TagClassName
{
border-color: #CB4435;
}
</style>