Shades of Grenadier #CA473A
Tints of Grenadier #CA473A
RGB
CMYK
RGB Variations
Color information
#CA473A (or 0xCA473A) is known color: Grenadier. HEX triplet: CA, 47 and 3A. RGB value is (202,71,58). Sum of RGB (Red+Green+Blue) = 202+71+58=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA473A is #35B8C5. Grayscale: #6C6C6C. Windows color (decimal): -3520710 or 3819466. OLE color: 3819466.
HSL color Cylindrical-coordinate representation of color #CA473A: hue angle of 5.42º degrees, saturation: 0.58, 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 #CA473A is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 58 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.21 |
| HSL | 5.42º | 0.58% | 0.51% | - |
| HSV(B) | 5.42º | 0.71% | 0.79% | - |
| XYZ | 27.37 | 17.37 | 5.91 | - |
| YUV | 108.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 58 | 0 | 0.65 | 0.71 | 0.21 | 5.42 | 0.58 | 0.51 |
| Hex | CA | 47 | 3A | 0 | 41 | 47 | 15 | 5 | 3A | 33 |
| Octal | 312 | 107 | 72 | 0 | 101 | 107 | 25 | 5 | 72 | 63 |
| Binary | 11001010 | 1000111 | 111010 | 0 | 1000001 | 1000111 | 10101 | 101 | 111010 | 110011 |
Color Harmonies of #CA473A
Complementary color
Monochromatic Colors of #CA473A
Black with #CA473A
Text Example
Text Example
White with #CA473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA473A; }
p { color: rgb(202,71,58); }
H1.HeaderClassName
{
color: #CA473A;
}
.AnyTagClassName
{
color: #CA473A;
}
</style>
background-color css
<style>
a { background-color: #CA473A; }
a { background-color: rgb(202,71,58); }
div.DivClassName
{
background-color: #CA473A;
}
.BgClassName
{
background-color: #CA473A;
}
</style>
border-color css
<style>
span { border-color: #CA473A; }
span { border-color: rgb(202,71,58); }
td.TdClassName
{
border-color: #CA473A;
}
.TagClassName
{
border-color: #CA473A;
}
</style>