Shades of Cardinal #AB113B
Tints of Cardinal #AB113B
RGB
CMYK
RGB Variations
Color information
#AB113B (or 0xAB113B) is known color: Cardinal. HEX triplet: AB, 11 and 3B. RGB value is (171,17,59). Sum of RGB (Red+Green+Blue) = 171+17+59=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB113B is #54EEC4. Grayscale: #434343. Windows color (decimal): -5566149 or 3871147. OLE color: 3871147.
HSL color Cylindrical-coordinate representation of color #AB113B: hue angle of 343.64º 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 #AB113B is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 59 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.33 |
| HSL | 343.64º | 0.82% | 0.37% | - |
| HSV(B) | 343.64º | 0.9% | 0.67% | - |
| XYZ | 17.78 | 9.37 | 5.01 | - |
| YUV | 67.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 59 | 0 | 0.90 | 0.65 | 0.33 | 343.64 | 0.82 | 0.37 |
| Hex | AB | 11 | 3B | 0 | 5A | 41 | 21 | 158 | 52 | 25 |
| Octal | 253 | 21 | 73 | 0 | 132 | 101 | 41 | 530 | 122 | 45 |
| Binary | 10101011 | 10001 | 111011 | 0 | 1011010 | 1000001 | 100001 | 101011000 | 1010010 | 100101 |
Color Harmonies of #AB113B
Complementary color
Monochromatic Colors of #AB113B
Black with #AB113B
Text Example
Text Example
White with #AB113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB113B; }
p { color: rgb(171,17,59); }
H1.HeaderClassName
{
color: #AB113B;
}
.AnyTagClassName
{
color: #AB113B;
}
</style>
background-color css
<style>
a { background-color: #AB113B; }
a { background-color: rgb(171,17,59); }
div.DivClassName
{
background-color: #AB113B;
}
.BgClassName
{
background-color: #AB113B;
}
</style>
border-color css
<style>
span { border-color: #AB113B; }
span { border-color: rgb(171,17,59); }
td.TdClassName
{
border-color: #AB113B;
}
.TagClassName
{
border-color: #AB113B;
}
</style>