Shades of Grenadier #CA503D
Tints of Grenadier #CA503D
RGB
CMYK
RGB Variations
Color information
#CA503D (or 0xCA503D) is known color: Grenadier. HEX triplet: CA, 50 and 3D. RGB value is (202,80,61). Sum of RGB (Red+Green+Blue) = 202+80+61=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA503D is #35AFC2. Grayscale: #727272. Windows color (decimal): -3518403 or 4018378. OLE color: 4018378.
HSL color Cylindrical-coordinate representation of color #CA503D: hue angle of 8.09º 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 #CA503D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 61 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.21 |
| HSL | 8.09º | 0.57% | 0.52% | - |
| HSV(B) | 8.09º | 0.7% | 0.79% | - |
| XYZ | 28.07 | 18.63 | 6.53 | - |
| YUV | 114.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 61 | 0 | 0.60 | 0.70 | 0.21 | 8.09 | 0.57 | 0.52 |
| Hex | CA | 50 | 3D | 0 | 3C | 46 | 15 | 8 | 39 | 34 |
| Octal | 312 | 120 | 75 | 0 | 74 | 106 | 25 | 10 | 71 | 64 |
| Binary | 11001010 | 1010000 | 111101 | 0 | 111100 | 1000110 | 10101 | 1000 | 111001 | 110100 |
Color Harmonies of #CA503D
Complementary color
Monochromatic Colors of #CA503D
Black with #CA503D
Text Example
Text Example
White with #CA503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA503D; }
p { color: rgb(202,80,61); }
H1.HeaderClassName
{
color: #CA503D;
}
.AnyTagClassName
{
color: #CA503D;
}
</style>
background-color css
<style>
a { background-color: #CA503D; }
a { background-color: rgb(202,80,61); }
div.DivClassName
{
background-color: #CA503D;
}
.BgClassName
{
background-color: #CA503D;
}
</style>
border-color css
<style>
span { border-color: #CA503D; }
span { border-color: rgb(202,80,61); }
td.TdClassName
{
border-color: #CA503D;
}
.TagClassName
{
border-color: #CA503D;
}
</style>