Shades of Grenadier #CB4636
Tints of Grenadier #CB4636
RGB
CMYK
RGB Variations
Color information
#CB4636 (or 0xCB4636) is known color: Grenadier. HEX triplet: CB, 46 and 36. RGB value is (203,70,54). Sum of RGB (Red+Green+Blue) = 203+70+54=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4636 is #34B9C9. Grayscale: #6C6C6C. Windows color (decimal): -3455434 or 3557067. OLE color: 3557067.
HSL color Cylindrical-coordinate representation of color #CB4636: hue angle of 6.44º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB4636 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 54 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.20 |
| HSL | 6.44º | 0.59% | 0.5% | - |
| HSV(B) | 6.44º | 0.73% | 0.8% | - |
| XYZ | 27.48 | 17.34 | 5.39 | - |
| YUV | 107.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 54 | 0 | 0.66 | 0.73 | 0.20 | 6.44 | 0.59 | 0.5 |
| Hex | CB | 46 | 36 | 0 | 42 | 49 | 14 | 6 | 3B | 32 |
| Octal | 313 | 106 | 66 | 0 | 102 | 111 | 24 | 6 | 73 | 62 |
| Binary | 11001011 | 1000110 | 110110 | 0 | 1000010 | 1001001 | 10100 | 110 | 111011 | 110010 |
Color Harmonies of #CB4636
Complementary color
Monochromatic Colors of #CB4636
Black with #CB4636
Text Example
Text Example
White with #CB4636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4636; }
p { color: rgb(203,70,54); }
H1.HeaderClassName
{
color: #CB4636;
}
.AnyTagClassName
{
color: #CB4636;
}
</style>
background-color css
<style>
a { background-color: #CB4636; }
a { background-color: rgb(203,70,54); }
div.DivClassName
{
background-color: #CB4636;
}
.BgClassName
{
background-color: #CB4636;
}
</style>
border-color css
<style>
span { border-color: #CB4636; }
span { border-color: rgb(203,70,54); }
td.TdClassName
{
border-color: #CB4636;
}
.TagClassName
{
border-color: #CB4636;
}
</style>