Shades of Grenadier #CB453E
Tints of Grenadier #CB453E
RGB
CMYK
RGB Variations
Color information
#CB453E (or 0xCB453E) is known color: Grenadier. HEX triplet: CB, 45 and 3E. RGB value is (203,69,62). Sum of RGB (Red+Green+Blue) = 203+69+62=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB453E is #34BAC1. Grayscale: #6C6C6C. Windows color (decimal): -3455682 or 4081099. OLE color: 4081099.
HSL color Cylindrical-coordinate representation of color #CB453E: hue angle of 2.98º 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 #CB453E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 62 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.20 |
| HSL | 2.98º | 0.58% | 0.52% | - |
| HSV(B) | 2.98º | 0.69% | 0.8% | - |
| XYZ | 27.63 | 17.3 | 6.44 | - |
| YUV | 108.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 62 | 0 | 0.66 | 0.69 | 0.20 | 2.98 | 0.58 | 0.52 |
| Hex | CB | 45 | 3E | 0 | 42 | 45 | 14 | 3 | 3A | 34 |
| Octal | 313 | 105 | 76 | 0 | 102 | 105 | 24 | 3 | 72 | 64 |
| Binary | 11001011 | 1000101 | 111110 | 0 | 1000010 | 1000101 | 10100 | 11 | 111010 | 110100 |
Color Harmonies of #CB453E
Complementary color
Monochromatic Colors of #CB453E
Black with #CB453E
Text Example
Text Example
White with #CB453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB453E; }
p { color: rgb(203,69,62); }
H1.HeaderClassName
{
color: #CB453E;
}
.AnyTagClassName
{
color: #CB453E;
}
</style>
background-color css
<style>
a { background-color: #CB453E; }
a { background-color: rgb(203,69,62); }
div.DivClassName
{
background-color: #CB453E;
}
.BgClassName
{
background-color: #CB453E;
}
</style>
border-color css
<style>
span { border-color: #CB453E; }
span { border-color: rgb(203,69,62); }
td.TdClassName
{
border-color: #CB453E;
}
.TagClassName
{
border-color: #CB453E;
}
</style>