Shades of Grenadier #CB433A
Tints of Grenadier #CB433A
RGB
CMYK
RGB Variations
Color information
#CB433A (or 0xCB433A) is known color: Grenadier. HEX triplet: CB, 43 and 3A. RGB value is (203,67,58). Sum of RGB (Red+Green+Blue) = 203+67+58=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB433A is #34BCC5. Grayscale: #6A6A6A. Windows color (decimal): -3456198 or 3818443. OLE color: 3818443.
HSL color Cylindrical-coordinate representation of color #CB433A: hue angle of 3.72º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB433A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 58 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.20 |
| HSL | 3.72º | 0.58% | 0.51% | - |
| HSV(B) | 3.72º | 0.71% | 0.8% | - |
| XYZ | 27.4 | 17.02 | 5.84 | - |
| YUV | 106.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 58 | 0 | 0.67 | 0.71 | 0.20 | 3.72 | 0.58 | 0.51 |
| Hex | CB | 43 | 3A | 0 | 43 | 47 | 14 | 4 | 3A | 33 |
| Octal | 313 | 103 | 72 | 0 | 103 | 107 | 24 | 4 | 72 | 63 |
| Binary | 11001011 | 1000011 | 111010 | 0 | 1000011 | 1000111 | 10100 | 100 | 111010 | 110011 |
Color Harmonies of #CB433A
Complementary color
Monochromatic Colors of #CB433A
Black with #CB433A
Text Example
Text Example
White with #CB433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB433A; }
p { color: rgb(203,67,58); }
H1.HeaderClassName
{
color: #CB433A;
}
.AnyTagClassName
{
color: #CB433A;
}
</style>
background-color css
<style>
a { background-color: #CB433A; }
a { background-color: rgb(203,67,58); }
div.DivClassName
{
background-color: #CB433A;
}
.BgClassName
{
background-color: #CB433A;
}
</style>
border-color css
<style>
span { border-color: #CB433A; }
span { border-color: rgb(203,67,58); }
td.TdClassName
{
border-color: #CB433A;
}
.TagClassName
{
border-color: #CB433A;
}
</style>