Shades of Grenadier #CA463D
Tints of Grenadier #CA463D
RGB
CMYK
RGB Variations
Color information
#CA463D (or 0xCA463D) is known color: Grenadier. HEX triplet: CA, 46 and 3D. RGB value is (202,70,61). Sum of RGB (Red+Green+Blue) = 202+70+61=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA463D is #35B9C2. Grayscale: #6C6C6C. Windows color (decimal): -3520963 or 4015818. OLE color: 4015818.
HSL color Cylindrical-coordinate representation of color #CA463D: hue angle of 3.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA463D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 61 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.21 |
| HSL | 3.83º | 0.57% | 0.52% | - |
| HSV(B) | 3.83º | 0.7% | 0.79% | - |
| XYZ | 27.39 | 17.27 | 6.31 | - |
| YUV | 108.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 61 | 0 | 0.65 | 0.70 | 0.21 | 3.83 | 0.57 | 0.52 |
| Hex | CA | 46 | 3D | 0 | 41 | 46 | 15 | 4 | 39 | 34 |
| Octal | 312 | 106 | 75 | 0 | 101 | 106 | 25 | 4 | 71 | 64 |
| Binary | 11001010 | 1000110 | 111101 | 0 | 1000001 | 1000110 | 10101 | 100 | 111001 | 110100 |
Color Harmonies of #CA463D
Complementary color
Monochromatic Colors of #CA463D
Black with #CA463D
Text Example
Text Example
White with #CA463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA463D; }
p { color: rgb(202,70,61); }
H1.HeaderClassName
{
color: #CA463D;
}
.AnyTagClassName
{
color: #CA463D;
}
</style>
background-color css
<style>
a { background-color: #CA463D; }
a { background-color: rgb(202,70,61); }
div.DivClassName
{
background-color: #CA463D;
}
.BgClassName
{
background-color: #CA463D;
}
</style>
border-color css
<style>
span { border-color: #CA463D; }
span { border-color: rgb(202,70,61); }
td.TdClassName
{
border-color: #CA463D;
}
.TagClassName
{
border-color: #CA463D;
}
</style>