Shades of Grenadier #CB4436
Tints of Grenadier #CB4436
RGB
CMYK
RGB Variations
Color information
#CB4436 (or 0xCB4436) is known color: Grenadier. HEX triplet: CB, 44 and 36. RGB value is (203,68,54). Sum of RGB (Red+Green+Blue) = 203+68+54=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4436 is #34BBC9. Grayscale: #6A6A6A. Windows color (decimal): -3455946 or 3556555. OLE color: 3556555.
HSL color Cylindrical-coordinate representation of color #CB4436: hue angle of 5.64º 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 #CB4436 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 54 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.20 |
| HSL | 5.64º | 0.59% | 0.5% | - |
| HSV(B) | 5.64º | 0.73% | 0.8% | - |
| XYZ | 27.36 | 17.1 | 5.35 | - |
| YUV | 106.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 54 | 0 | 0.67 | 0.73 | 0.20 | 5.64 | 0.59 | 0.5 |
| Hex | CB | 44 | 36 | 0 | 43 | 49 | 14 | 6 | 3B | 32 |
| Octal | 313 | 104 | 66 | 0 | 103 | 111 | 24 | 6 | 73 | 62 |
| Binary | 11001011 | 1000100 | 110110 | 0 | 1000011 | 1001001 | 10100 | 110 | 111011 | 110010 |
Color Harmonies of #CB4436
Complementary color
Monochromatic Colors of #CB4436
Black with #CB4436
Text Example
Text Example
White with #CB4436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4436; }
p { color: rgb(203,68,54); }
H1.HeaderClassName
{
color: #CB4436;
}
.AnyTagClassName
{
color: #CB4436;
}
</style>
background-color css
<style>
a { background-color: #CB4436; }
a { background-color: rgb(203,68,54); }
div.DivClassName
{
background-color: #CB4436;
}
.BgClassName
{
background-color: #CB4436;
}
</style>
border-color css
<style>
span { border-color: #CB4436; }
span { border-color: rgb(203,68,54); }
td.TdClassName
{
border-color: #CB4436;
}
.TagClassName
{
border-color: #CB4436;
}
</style>