Shades of Cardinal #AB113E
Tints of Cardinal #AB113E
RGB
CMYK
RGB Variations
Color information
#AB113E (or 0xAB113E) is known color: Cardinal. HEX triplet: AB, 11 and 3E. RGB value is (171,17,62). Sum of RGB (Red+Green+Blue) = 171+17+62=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB113E is #54EEC1. Grayscale: #444444. Windows color (decimal): -5566146 or 4067755. OLE color: 4067755.
HSL color Cylindrical-coordinate representation of color #AB113E: hue angle of 342.47º 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 #AB113E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 62 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.33 |
| HSL | 342.47º | 0.82% | 0.37% | - |
| HSV(B) | 342.47º | 0.9% | 0.67% | - |
| XYZ | 17.86 | 9.41 | 5.43 | - |
| YUV | 68.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 62 | 0 | 0.90 | 0.64 | 0.33 | 342.47 | 0.82 | 0.37 |
| Hex | AB | 11 | 3E | 0 | 5A | 40 | 21 | 156 | 52 | 25 |
| Octal | 253 | 21 | 76 | 0 | 132 | 100 | 41 | 526 | 122 | 45 |
| Binary | 10101011 | 10001 | 111110 | 0 | 1011010 | 1000000 | 100001 | 101010110 | 1010010 | 100101 |
Color Harmonies of #AB113E
Complementary color
Monochromatic Colors of #AB113E
Black with #AB113E
Text Example
Text Example
White with #AB113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB113E; }
p { color: rgb(171,17,62); }
H1.HeaderClassName
{
color: #AB113E;
}
.AnyTagClassName
{
color: #AB113E;
}
</style>
background-color css
<style>
a { background-color: #AB113E; }
a { background-color: rgb(171,17,62); }
div.DivClassName
{
background-color: #AB113E;
}
.BgClassName
{
background-color: #AB113E;
}
</style>
border-color css
<style>
span { border-color: #AB113E; }
span { border-color: rgb(171,17,62); }
td.TdClassName
{
border-color: #AB113E;
}
.TagClassName
{
border-color: #AB113E;
}
</style>