Shades of Grenadier #CB4C3E
Tints of Grenadier #CB4C3E
RGB
CMYK
RGB Variations
Color information
#CB4C3E (or 0xCB4C3E) is known color: Grenadier. HEX triplet: CB, 4C and 3E. RGB value is (203,76,62). Sum of RGB (Red+Green+Blue) = 203+76+62=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4C3E is #34B3C1. Grayscale: #707070. Windows color (decimal): -3453890 or 4082891. OLE color: 4082891.
HSL color Cylindrical-coordinate representation of color #CB4C3E: hue angle of 5.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4C3E is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 62 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.20 |
| HSL | 5.96º | 0.58% | 0.52% | - |
| HSV(B) | 5.96º | 0.69% | 0.8% | - |
| XYZ | 28.08 | 18.21 | 6.59 | - |
| YUV | 112.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 62 | 0 | 0.63 | 0.69 | 0.20 | 5.96 | 0.58 | 0.52 |
| Hex | CB | 4C | 3E | 0 | 3F | 45 | 14 | 6 | 3A | 34 |
| Octal | 313 | 114 | 76 | 0 | 77 | 105 | 24 | 6 | 72 | 64 |
| Binary | 11001011 | 1001100 | 111110 | 0 | 111111 | 1000101 | 10100 | 110 | 111010 | 110100 |
Color Harmonies of #CB4C3E
Complementary color
Monochromatic Colors of #CB4C3E
Black with #CB4C3E
Text Example
Text Example
White with #CB4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4C3E; }
p { color: rgb(203,76,62); }
H1.HeaderClassName
{
color: #CB4C3E;
}
.AnyTagClassName
{
color: #CB4C3E;
}
</style>
background-color css
<style>
a { background-color: #CB4C3E; }
a { background-color: rgb(203,76,62); }
div.DivClassName
{
background-color: #CB4C3E;
}
.BgClassName
{
background-color: #CB4C3E;
}
</style>
border-color css
<style>
span { border-color: #CB4C3E; }
span { border-color: rgb(203,76,62); }
td.TdClassName
{
border-color: #CB4C3E;
}
.TagClassName
{
border-color: #CB4C3E;
}
</style>