Shades of Cardinal #A9123A
Tints of Cardinal #A9123A
RGB
CMYK
RGB Variations
Color information
#A9123A (or 0xA9123A) is known color: Cardinal. HEX triplet: A9, 12 and 3A. RGB value is (169,18,58). Sum of RGB (Red+Green+Blue) = 169+18+58=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A9123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9123A is #56EDC5. Grayscale: #434343. Windows color (decimal): -5696966 or 3805865. OLE color: 3805865.
HSL color Cylindrical-coordinate representation of color #A9123A: hue angle of 344.11º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9123A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 58 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.34 |
| HSL | 344.11º | 0.81% | 0.37% | - |
| HSV(B) | 344.11º | 0.89% | 0.66% | - |
| XYZ | 17.34 | 9.17 | 4.86 | - |
| YUV | 67.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 58 | 0 | 0.89 | 0.66 | 0.34 | 344.11 | 0.81 | 0.37 |
| Hex | A9 | 12 | 3A | 0 | 59 | 42 | 22 | 158 | 51 | 25 |
| Octal | 251 | 22 | 72 | 0 | 131 | 102 | 42 | 530 | 121 | 45 |
| Binary | 10101001 | 10010 | 111010 | 0 | 1011001 | 1000010 | 100010 | 101011000 | 1010001 | 100101 |
Color Harmonies of #A9123A
Complementary color
Monochromatic Colors of #A9123A
Black with #A9123A
Text Example
Text Example
White with #A9123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9123A; }
p { color: rgb(169,18,58); }
H1.HeaderClassName
{
color: #A9123A;
}
.AnyTagClassName
{
color: #A9123A;
}
</style>
background-color css
<style>
a { background-color: #A9123A; }
a { background-color: rgb(169,18,58); }
div.DivClassName
{
background-color: #A9123A;
}
.BgClassName
{
background-color: #A9123A;
}
</style>
border-color css
<style>
span { border-color: #A9123A; }
span { border-color: rgb(169,18,58); }
td.TdClassName
{
border-color: #A9123A;
}
.TagClassName
{
border-color: #A9123A;
}
</style>