Shades of Cardinal #A9213B
Tints of Cardinal #A9213B
RGB
CMYK
RGB Variations
Color information
#A9213B (or 0xA9213B) is known color: Cardinal. HEX triplet: A9, 21 and 3B. RGB value is (169,33,59). Sum of RGB (Red+Green+Blue) = 169+33+59=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A9213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9213B is #56DEC4. Grayscale: #4C4C4C. Windows color (decimal): -5693125 or 3875241. OLE color: 3875241.
HSL color Cylindrical-coordinate representation of color #A9213B: hue angle of 348.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9213B is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 59 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.34 |
| HSL | 348.53º | 0.67% | 0.4% | - |
| HSV(B) | 348.53º | 0.8% | 0.66% | - |
| XYZ | 17.7 | 9.84 | 5.1 | - |
| YUV | 76.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 59 | 0 | 0.80 | 0.65 | 0.34 | 348.53 | 0.67 | 0.4 |
| Hex | A9 | 21 | 3B | 0 | 50 | 41 | 22 | 15D | 43 | 28 |
| Octal | 251 | 41 | 73 | 0 | 120 | 101 | 42 | 535 | 103 | 50 |
| Binary | 10101001 | 100001 | 111011 | 0 | 1010000 | 1000001 | 100010 | 101011101 | 1000011 | 101000 |
Color Harmonies of #A9213B
Complementary color
Monochromatic Colors of #A9213B
Black with #A9213B
Text Example
Text Example
White with #A9213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9213B; }
p { color: rgb(169,33,59); }
H1.HeaderClassName
{
color: #A9213B;
}
.AnyTagClassName
{
color: #A9213B;
}
</style>
background-color css
<style>
a { background-color: #A9213B; }
a { background-color: rgb(169,33,59); }
div.DivClassName
{
background-color: #A9213B;
}
.BgClassName
{
background-color: #A9213B;
}
</style>
border-color css
<style>
span { border-color: #A9213B; }
span { border-color: rgb(169,33,59); }
td.TdClassName
{
border-color: #A9213B;
}
.TagClassName
{
border-color: #A9213B;
}
</style>