Shades of Cardinal #A8122E
Tints of Cardinal #A8122E
RGB
CMYK
RGB Variations
Color information
#A8122E (or 0xA8122E) is known color: Cardinal. HEX triplet: A8, 12 and 2E. RGB value is (168,18,46). Sum of RGB (Red+Green+Blue) = 168+18+46=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8122E is #57EDD1. Grayscale: #424242. Windows color (decimal): -5762514 or 3019432. OLE color: 3019432.
HSL color Cylindrical-coordinate representation of color #A8122E: hue angle of 348.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8122E is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 46 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.34 |
| HSL | 348.8º | 0.81% | 0.36% | - |
| HSV(B) | 348.8º | 0.89% | 0.66% | - |
| XYZ | 16.86 | 8.95 | 3.42 | - |
| YUV | 66.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 46 | 0 | 0.89 | 0.73 | 0.34 | 348.8 | 0.81 | 0.36 |
| Hex | A8 | 12 | 2E | 0 | 59 | 49 | 22 | 15D | 51 | 24 |
| Octal | 250 | 22 | 56 | 0 | 131 | 111 | 42 | 535 | 121 | 44 |
| Binary | 10101000 | 10010 | 101110 | 0 | 1011001 | 1001001 | 100010 | 101011101 | 1010001 | 100100 |
Color Harmonies of #A8122E
Complementary color
Monochromatic Colors of #A8122E
Black with #A8122E
Text Example
Text Example
White with #A8122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8122E; }
p { color: rgb(168,18,46); }
H1.HeaderClassName
{
color: #A8122E;
}
.AnyTagClassName
{
color: #A8122E;
}
</style>
background-color css
<style>
a { background-color: #A8122E; }
a { background-color: rgb(168,18,46); }
div.DivClassName
{
background-color: #A8122E;
}
.BgClassName
{
background-color: #A8122E;
}
</style>
border-color css
<style>
span { border-color: #A8122E; }
span { border-color: rgb(168,18,46); }
td.TdClassName
{
border-color: #A8122E;
}
.TagClassName
{
border-color: #A8122E;
}
</style>