Shades of Grenadier #CA473B
Tints of Grenadier #CA473B
RGB
CMYK
RGB Variations
Color information
#CA473B (or 0xCA473B) is known color: Grenadier. HEX triplet: CA, 47 and 3B. RGB value is (202,71,59). Sum of RGB (Red+Green+Blue) = 202+71+59=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA473B is #35B8C4. Grayscale: #6C6C6C. Windows color (decimal): -3520709 or 3885002. OLE color: 3885002.
HSL color Cylindrical-coordinate representation of color #CA473B: hue angle of 5.03º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA473B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 59 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.21 |
| HSL | 5.03º | 0.57% | 0.51% | - |
| HSV(B) | 5.03º | 0.71% | 0.79% | - |
| XYZ | 27.4 | 17.38 | 6.05 | - |
| YUV | 108.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 59 | 0 | 0.65 | 0.71 | 0.21 | 5.03 | 0.57 | 0.51 |
| Hex | CA | 47 | 3B | 0 | 41 | 47 | 15 | 5 | 39 | 33 |
| Octal | 312 | 107 | 73 | 0 | 101 | 107 | 25 | 5 | 71 | 63 |
| Binary | 11001010 | 1000111 | 111011 | 0 | 1000001 | 1000111 | 10101 | 101 | 111001 | 110011 |
Color Harmonies of #CA473B
Complementary color
Monochromatic Colors of #CA473B
Black with #CA473B
Text Example
Text Example
White with #CA473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA473B; }
p { color: rgb(202,71,59); }
H1.HeaderClassName
{
color: #CA473B;
}
.AnyTagClassName
{
color: #CA473B;
}
</style>
background-color css
<style>
a { background-color: #CA473B; }
a { background-color: rgb(202,71,59); }
div.DivClassName
{
background-color: #CA473B;
}
.BgClassName
{
background-color: #CA473B;
}
</style>
border-color css
<style>
span { border-color: #CA473B; }
span { border-color: rgb(202,71,59); }
td.TdClassName
{
border-color: #CA473B;
}
.TagClassName
{
border-color: #CA473B;
}
</style>