Shades of Cardinal #AB113A
Tints of Cardinal #AB113A
RGB
CMYK
RGB Variations
Color information
#AB113A (or 0xAB113A) is known color: Cardinal. HEX triplet: AB, 11 and 3A. RGB value is (171,17,58). Sum of RGB (Red+Green+Blue) = 171+17+58=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB113A is #54EEC5. Grayscale: #434343. Windows color (decimal): -5566150 or 3805611. OLE color: 3805611.
HSL color Cylindrical-coordinate representation of color #AB113A: hue angle of 344.03º 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 #AB113A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 58 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.33 |
| HSL | 344.03º | 0.82% | 0.37% | - |
| HSV(B) | 344.03º | 0.9% | 0.67% | - |
| XYZ | 17.76 | 9.36 | 4.87 | - |
| YUV | 67.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 58 | 0 | 0.90 | 0.66 | 0.33 | 344.03 | 0.82 | 0.37 |
| Hex | AB | 11 | 3A | 0 | 5A | 42 | 21 | 158 | 52 | 25 |
| Octal | 253 | 21 | 72 | 0 | 132 | 102 | 41 | 530 | 122 | 45 |
| Binary | 10101011 | 10001 | 111010 | 0 | 1011010 | 1000010 | 100001 | 101011000 | 1010010 | 100101 |
Color Harmonies of #AB113A
Complementary color
Monochromatic Colors of #AB113A
Black with #AB113A
Text Example
Text Example
White with #AB113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB113A; }
p { color: rgb(171,17,58); }
H1.HeaderClassName
{
color: #AB113A;
}
.AnyTagClassName
{
color: #AB113A;
}
</style>
background-color css
<style>
a { background-color: #AB113A; }
a { background-color: rgb(171,17,58); }
div.DivClassName
{
background-color: #AB113A;
}
.BgClassName
{
background-color: #AB113A;
}
</style>
border-color css
<style>
span { border-color: #AB113A; }
span { border-color: rgb(171,17,58); }
td.TdClassName
{
border-color: #AB113A;
}
.TagClassName
{
border-color: #AB113A;
}
</style>