Shades of Cardinal #AB053A
Tints of Cardinal #AB053A
RGB
CMYK
RGB Variations
Color information
#AB053A (or 0xAB053A) is known color: Cardinal. HEX triplet: AB, 05 and 3A. RGB value is (171,5,58). Sum of RGB (Red+Green+Blue) = 171+5+58=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB053A is #54FAC5. Grayscale: #3C3C3C. Windows color (decimal): -5569222 or 3802539. OLE color: 3802539.
HSL color Cylindrical-coordinate representation of color #AB053A: hue angle of 340.84º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB053A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 58 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.33 |
| HSL | 340.84º | 0.94% | 0.35% | - |
| HSV(B) | 340.84º | 0.97% | 0.67% | - |
| XYZ | 17.61 | 9.07 | 4.83 | - |
| YUV | 60.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 58 | 0 | 0.97 | 0.66 | 0.33 | 340.84 | 0.94 | 0.35 |
| Hex | AB | 5 | 3A | 0 | 61 | 42 | 21 | 155 | 5E | 23 |
| Octal | 253 | 5 | 72 | 0 | 141 | 102 | 41 | 525 | 136 | 43 |
| Binary | 10101011 | 101 | 111010 | 0 | 1100001 | 1000010 | 100001 | 101010101 | 1011110 | 100011 |
Color Harmonies of #AB053A
Complementary color
Monochromatic Colors of #AB053A
Black with #AB053A
Text Example
Text Example
White with #AB053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB053A; }
p { color: rgb(171,5,58); }
H1.HeaderClassName
{
color: #AB053A;
}
.AnyTagClassName
{
color: #AB053A;
}
</style>
background-color css
<style>
a { background-color: #AB053A; }
a { background-color: rgb(171,5,58); }
div.DivClassName
{
background-color: #AB053A;
}
.BgClassName
{
background-color: #AB053A;
}
</style>
border-color css
<style>
span { border-color: #AB053A; }
span { border-color: rgb(171,5,58); }
td.TdClassName
{
border-color: #AB053A;
}
.TagClassName
{
border-color: #AB053A;
}
</style>