Shades of Grenadier #CA4A3E
Tints of Grenadier #CA4A3E
RGB
CMYK
RGB Variations
Color information
#CA4A3E (or 0xCA4A3E) is known color: Grenadier. HEX triplet: CA, 4A and 3E. RGB value is (202,74,62). Sum of RGB (Red+Green+Blue) = 202+74+62=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A3E is #35B5C1. Grayscale: #6F6F6F. Windows color (decimal): -3519938 or 4082378. OLE color: 4082378.
HSL color Cylindrical-coordinate representation of color #CA4A3E: hue angle of 5.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4A3E is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 62 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.21 |
| HSL | 5.14º | 0.57% | 0.52% | - |
| HSV(B) | 5.14º | 0.69% | 0.79% | - |
| XYZ | 27.68 | 17.8 | 6.53 | - |
| YUV | 110.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 62 | 0 | 0.63 | 0.69 | 0.21 | 5.14 | 0.57 | 0.52 |
| Hex | CA | 4A | 3E | 0 | 3F | 45 | 15 | 5 | 39 | 34 |
| Octal | 312 | 112 | 76 | 0 | 77 | 105 | 25 | 5 | 71 | 64 |
| Binary | 11001010 | 1001010 | 111110 | 0 | 111111 | 1000101 | 10101 | 101 | 111001 | 110100 |
Color Harmonies of #CA4A3E
Complementary color
Monochromatic Colors of #CA4A3E
Black with #CA4A3E
Text Example
Text Example
White with #CA4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A3E; }
p { color: rgb(202,74,62); }
H1.HeaderClassName
{
color: #CA4A3E;
}
.AnyTagClassName
{
color: #CA4A3E;
}
</style>
background-color css
<style>
a { background-color: #CA4A3E; }
a { background-color: rgb(202,74,62); }
div.DivClassName
{
background-color: #CA4A3E;
}
.BgClassName
{
background-color: #CA4A3E;
}
</style>
border-color css
<style>
span { border-color: #CA4A3E; }
span { border-color: rgb(202,74,62); }
td.TdClassName
{
border-color: #CA4A3E;
}
.TagClassName
{
border-color: #CA4A3E;
}
</style>