Shades of Cardinal #AB013A
Tints of Cardinal #AB013A
RGB
CMYK
RGB Variations
Color information
#AB013A (or 0xAB013A) is known color: Cardinal. HEX triplet: AB, 01 and 3A. RGB value is (171,1,58). Sum of RGB (Red+Green+Blue) = 171+1+58=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB013A is #54FEC5. Grayscale: #3A3A3A. Windows color (decimal): -5570246 or 3801515. OLE color: 3801515.
HSL color Cylindrical-coordinate representation of color #AB013A: hue angle of 339.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB013A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.33 |
| HSL | 339.88º | 0.99% | 0.34% | - |
| HSV(B) | 339.88º | 0.99% | 0.67% | - |
| XYZ | 17.57 | 8.99 | 4.81 | - |
| YUV | 58.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 58 | 0 | 0.99 | 0.66 | 0.33 | 339.88 | 0.99 | 0.34 |
| Hex | AB | 1 | 3A | 0 | 63 | 42 | 21 | 154 | 63 | 22 |
| Octal | 253 | 1 | 72 | 0 | 143 | 102 | 41 | 524 | 143 | 42 |
| Binary | 10101011 | 1 | 111010 | 0 | 1100011 | 1000010 | 100001 | 101010100 | 1100011 | 100010 |
Color Harmonies of #AB013A
Complementary color
Monochromatic Colors of #AB013A
Black with #AB013A
Text Example
Text Example
White with #AB013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB013A; }
p { color: rgb(171,1,58); }
H1.HeaderClassName
{
color: #AB013A;
}
.AnyTagClassName
{
color: #AB013A;
}
</style>
background-color css
<style>
a { background-color: #AB013A; }
a { background-color: rgb(171,1,58); }
div.DivClassName
{
background-color: #AB013A;
}
.BgClassName
{
background-color: #AB013A;
}
</style>
border-color css
<style>
span { border-color: #AB013A; }
span { border-color: rgb(171,1,58); }
td.TdClassName
{
border-color: #AB013A;
}
.TagClassName
{
border-color: #AB013A;
}
</style>