Shades of Cardinal #AB112E
Tints of Cardinal #AB112E
RGB
CMYK
RGB Variations
Color information
#AB112E (or 0xAB112E) is known color: Cardinal. HEX triplet: AB, 11 and 2E. RGB value is (171,17,46). Sum of RGB (Red+Green+Blue) = 171+17+46=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB112E is #54EED1. Grayscale: #424242. Windows color (decimal): -5566162 or 3019179. OLE color: 3019179.
HSL color Cylindrical-coordinate representation of color #AB112E: hue angle of 348.7º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB112E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 46 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.33 |
| HSL | 348.7º | 0.82% | 0.37% | - |
| HSV(B) | 348.7º | 0.9% | 0.67% | - |
| XYZ | 17.49 | 9.26 | 3.45 | - |
| YUV | 66.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 46 | 0 | 0.90 | 0.73 | 0.33 | 348.7 | 0.82 | 0.37 |
| Hex | AB | 11 | 2E | 0 | 5A | 49 | 21 | 15D | 52 | 25 |
| Octal | 253 | 21 | 56 | 0 | 132 | 111 | 41 | 535 | 122 | 45 |
| Binary | 10101011 | 10001 | 101110 | 0 | 1011010 | 1001001 | 100001 | 101011101 | 1010010 | 100101 |
Color Harmonies of #AB112E
Complementary color
Monochromatic Colors of #AB112E
Black with #AB112E
Text Example
Text Example
White with #AB112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB112E; }
p { color: rgb(171,17,46); }
H1.HeaderClassName
{
color: #AB112E;
}
.AnyTagClassName
{
color: #AB112E;
}
</style>
background-color css
<style>
a { background-color: #AB112E; }
a { background-color: rgb(171,17,46); }
div.DivClassName
{
background-color: #AB112E;
}
.BgClassName
{
background-color: #AB112E;
}
</style>
border-color css
<style>
span { border-color: #AB112E; }
span { border-color: rgb(171,17,46); }
td.TdClassName
{
border-color: #AB112E;
}
.TagClassName
{
border-color: #AB112E;
}
</style>