Shades of Cardinal #A8122F
Tints of Cardinal #A8122F
RGB
CMYK
RGB Variations
Color information
#A8122F (or 0xA8122F) is known color: Cardinal. HEX triplet: A8, 12 and 2F. RGB value is (168,18,47). Sum of RGB (Red+Green+Blue) = 168+18+47=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8122F is #57EDD0. Grayscale: #424242. Windows color (decimal): -5762513 or 3084968. OLE color: 3084968.
HSL color Cylindrical-coordinate representation of color #A8122F: hue angle of 348.4º 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 #A8122F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 47 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.34 |
| HSL | 348.4º | 0.81% | 0.36% | - |
| HSV(B) | 348.4º | 0.89% | 0.66% | - |
| XYZ | 16.88 | 8.96 | 3.53 | - |
| YUV | 66.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 47 | 0 | 0.89 | 0.72 | 0.34 | 348.4 | 0.81 | 0.36 |
| Hex | A8 | 12 | 2F | 0 | 59 | 48 | 22 | 15C | 51 | 24 |
| Octal | 250 | 22 | 57 | 0 | 131 | 110 | 42 | 534 | 121 | 44 |
| Binary | 10101000 | 10010 | 101111 | 0 | 1011001 | 1001000 | 100010 | 101011100 | 1010001 | 100100 |
Color Harmonies of #A8122F
Complementary color
Monochromatic Colors of #A8122F
Black with #A8122F
Text Example
Text Example
White with #A8122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8122F; }
p { color: rgb(168,18,47); }
H1.HeaderClassName
{
color: #A8122F;
}
.AnyTagClassName
{
color: #A8122F;
}
</style>
background-color css
<style>
a { background-color: #A8122F; }
a { background-color: rgb(168,18,47); }
div.DivClassName
{
background-color: #A8122F;
}
.BgClassName
{
background-color: #A8122F;
}
</style>
border-color css
<style>
span { border-color: #A8122F; }
span { border-color: rgb(168,18,47); }
td.TdClassName
{
border-color: #A8122F;
}
.TagClassName
{
border-color: #A8122F;
}
</style>