Shades of Cardinal #AB112A
Tints of Cardinal #AB112A
RGB
CMYK
RGB Variations
Color information
#AB112A (or 0xAB112A) is known color: Cardinal. HEX triplet: AB, 11 and 2A. RGB value is (171,17,42). Sum of RGB (Red+Green+Blue) = 171+17+42=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB112A is #54EED5. Grayscale: #414141. Windows color (decimal): -5566166 or 2757035. OLE color: 2757035.
HSL color Cylindrical-coordinate representation of color #AB112A: hue angle of 350.26º 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 #AB112A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 42 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.33 |
| HSL | 350.26º | 0.82% | 0.37% | - |
| HSV(B) | 350.26º | 0.9% | 0.67% | - |
| XYZ | 17.41 | 9.23 | 3.05 | - |
| YUV | 65.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 42 | 0 | 0.90 | 0.75 | 0.33 | 350.26 | 0.82 | 0.37 |
| Hex | AB | 11 | 2A | 0 | 5A | 4B | 21 | 15E | 52 | 25 |
| Octal | 253 | 21 | 52 | 0 | 132 | 113 | 41 | 536 | 122 | 45 |
| Binary | 10101011 | 10001 | 101010 | 0 | 1011010 | 1001011 | 100001 | 101011110 | 1010010 | 100101 |
Color Harmonies of #AB112A
Complementary color
Monochromatic Colors of #AB112A
Black with #AB112A
Text Example
Text Example
White with #AB112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB112A; }
p { color: rgb(171,17,42); }
H1.HeaderClassName
{
color: #AB112A;
}
.AnyTagClassName
{
color: #AB112A;
}
</style>
background-color css
<style>
a { background-color: #AB112A; }
a { background-color: rgb(171,17,42); }
div.DivClassName
{
background-color: #AB112A;
}
.BgClassName
{
background-color: #AB112A;
}
</style>
border-color css
<style>
span { border-color: #AB112A; }
span { border-color: rgb(171,17,42); }
td.TdClassName
{
border-color: #AB112A;
}
.TagClassName
{
border-color: #AB112A;
}
</style>