Shades of Cardinal #A9152E
Tints of Cardinal #A9152E
RGB
CMYK
RGB Variations
Color information
#A9152E (or 0xA9152E) is known color: Cardinal. HEX triplet: A9, 15 and 2E. RGB value is (169,21,46). Sum of RGB (Red+Green+Blue) = 169+21+46=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A9152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9152E is #56EAD1. Grayscale: #444444. Windows color (decimal): -5696210 or 3020201. OLE color: 3020201.
HSL color Cylindrical-coordinate representation of color #A9152E: hue angle of 349.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9152E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 46 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.34 |
| HSL | 349.86º | 0.78% | 0.37% | - |
| HSV(B) | 349.86º | 0.88% | 0.66% | - |
| XYZ | 17.12 | 9.17 | 3.45 | - |
| YUV | 68.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 46 | 0 | 0.88 | 0.73 | 0.34 | 349.86 | 0.78 | 0.37 |
| Hex | A9 | 15 | 2E | 0 | 58 | 49 | 22 | 15E | 4E | 25 |
| Octal | 251 | 25 | 56 | 0 | 130 | 111 | 42 | 536 | 116 | 45 |
| Binary | 10101001 | 10101 | 101110 | 0 | 1011000 | 1001001 | 100010 | 101011110 | 1001110 | 100101 |
Color Harmonies of #A9152E
Complementary color
Monochromatic Colors of #A9152E
Black with #A9152E
Text Example
Text Example
White with #A9152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9152E; }
p { color: rgb(169,21,46); }
H1.HeaderClassName
{
color: #A9152E;
}
.AnyTagClassName
{
color: #A9152E;
}
</style>
background-color css
<style>
a { background-color: #A9152E; }
a { background-color: rgb(169,21,46); }
div.DivClassName
{
background-color: #A9152E;
}
.BgClassName
{
background-color: #A9152E;
}
</style>
border-color css
<style>
span { border-color: #A9152E; }
span { border-color: rgb(169,21,46); }
td.TdClassName
{
border-color: #A9152E;
}
.TagClassName
{
border-color: #A9152E;
}
</style>