Shades of Cardinal #AB023B
Tints of Cardinal #AB023B
RGB
CMYK
RGB Variations
Color information
#AB023B (or 0xAB023B) is known color: Cardinal. HEX triplet: AB, 02 and 3B. RGB value is (171,2,59). Sum of RGB (Red+Green+Blue) = 171+2+59=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB023B is #54FDC4. Grayscale: #3A3A3A. Windows color (decimal): -5569989 or 3867307. OLE color: 3867307.
HSL color Cylindrical-coordinate representation of color #AB023B: hue angle of 339.76º degrees, saturation: 0.98, 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 #AB023B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.33 |
| HSL | 339.76º | 0.98% | 0.34% | - |
| HSV(B) | 339.76º | 0.99% | 0.67% | - |
| XYZ | 17.61 | 9.02 | 4.95 | - |
| YUV | 59.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 59 | 0 | 0.99 | 0.65 | 0.33 | 339.76 | 0.98 | 0.34 |
| Hex | AB | 2 | 3B | 0 | 63 | 41 | 21 | 154 | 62 | 22 |
| Octal | 253 | 2 | 73 | 0 | 143 | 101 | 41 | 524 | 142 | 42 |
| Binary | 10101011 | 10 | 111011 | 0 | 1100011 | 1000001 | 100001 | 101010100 | 1100010 | 100010 |
Color Harmonies of #AB023B
Complementary color
Monochromatic Colors of #AB023B
Black with #AB023B
Text Example
Text Example
White with #AB023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB023B; }
p { color: rgb(171,2,59); }
H1.HeaderClassName
{
color: #AB023B;
}
.AnyTagClassName
{
color: #AB023B;
}
</style>
background-color css
<style>
a { background-color: #AB023B; }
a { background-color: rgb(171,2,59); }
div.DivClassName
{
background-color: #AB023B;
}
.BgClassName
{
background-color: #AB023B;
}
</style>
border-color css
<style>
span { border-color: #AB023B; }
span { border-color: rgb(171,2,59); }
td.TdClassName
{
border-color: #AB023B;
}
.TagClassName
{
border-color: #AB023B;
}
</style>