Shades of Grenadier #CA463F
Tints of Grenadier #CA463F
RGB
CMYK
RGB Variations
Color information
#CA463F (or 0xCA463F) is known color: Grenadier. HEX triplet: CA, 46 and 3F. RGB value is (202,70,63). Sum of RGB (Red+Green+Blue) = 202+70+63=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA463F is #35B9C0. Grayscale: #6C6C6C. Windows color (decimal): -3520961 or 4146890. OLE color: 4146890.
HSL color Cylindrical-coordinate representation of color #CA463F: hue angle of 3.02º 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 #CA463F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 63 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.21 |
| HSL | 3.02º | 0.57% | 0.52% | - |
| HSV(B) | 3.02º | 0.69% | 0.79% | - |
| XYZ | 27.44 | 17.3 | 6.59 | - |
| YUV | 108.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 63 | 0 | 0.65 | 0.69 | 0.21 | 3.02 | 0.57 | 0.52 |
| Hex | CA | 46 | 3F | 0 | 41 | 45 | 15 | 3 | 39 | 34 |
| Octal | 312 | 106 | 77 | 0 | 101 | 105 | 25 | 3 | 71 | 64 |
| Binary | 11001010 | 1000110 | 111111 | 0 | 1000001 | 1000101 | 10101 | 11 | 111001 | 110100 |
Color Harmonies of #CA463F
Complementary color
Monochromatic Colors of #CA463F
Black with #CA463F
Text Example
Text Example
White with #CA463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA463F; }
p { color: rgb(202,70,63); }
H1.HeaderClassName
{
color: #CA463F;
}
.AnyTagClassName
{
color: #CA463F;
}
</style>
background-color css
<style>
a { background-color: #CA463F; }
a { background-color: rgb(202,70,63); }
div.DivClassName
{
background-color: #CA463F;
}
.BgClassName
{
background-color: #CA463F;
}
</style>
border-color css
<style>
span { border-color: #CA463F; }
span { border-color: rgb(202,70,63); }
td.TdClassName
{
border-color: #CA463F;
}
.TagClassName
{
border-color: #CA463F;
}
</style>