Shades of Cardinal #AB112D
Tints of Cardinal #AB112D
RGB
CMYK
RGB Variations
Color information
#AB112D (or 0xAB112D) is known color: Cardinal. HEX triplet: AB, 11 and 2D. RGB value is (171,17,45). Sum of RGB (Red+Green+Blue) = 171+17+45=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB112D is #54EED2. Grayscale: #424242. Windows color (decimal): -5566163 or 2953643. OLE color: 2953643.
HSL color Cylindrical-coordinate representation of color #AB112D: hue angle of 349.09º 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 #AB112D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 45 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.33 |
| HSL | 349.09º | 0.82% | 0.37% | - |
| HSV(B) | 349.09º | 0.9% | 0.67% | - |
| XYZ | 17.47 | 9.25 | 3.35 | - |
| YUV | 66.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 45 | 0 | 0.90 | 0.74 | 0.33 | 349.09 | 0.82 | 0.37 |
| Hex | AB | 11 | 2D | 0 | 5A | 4A | 21 | 15D | 52 | 25 |
| Octal | 253 | 21 | 55 | 0 | 132 | 112 | 41 | 535 | 122 | 45 |
| Binary | 10101011 | 10001 | 101101 | 0 | 1011010 | 1001010 | 100001 | 101011101 | 1010010 | 100101 |
Color Harmonies of #AB112D
Complementary color
Monochromatic Colors of #AB112D
Black with #AB112D
Text Example
Text Example
White with #AB112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB112D; }
p { color: rgb(171,17,45); }
H1.HeaderClassName
{
color: #AB112D;
}
.AnyTagClassName
{
color: #AB112D;
}
</style>
background-color css
<style>
a { background-color: #AB112D; }
a { background-color: rgb(171,17,45); }
div.DivClassName
{
background-color: #AB112D;
}
.BgClassName
{
background-color: #AB112D;
}
</style>
border-color css
<style>
span { border-color: #AB112D; }
span { border-color: rgb(171,17,45); }
td.TdClassName
{
border-color: #AB112D;
}
.TagClassName
{
border-color: #AB112D;
}
</style>