Shades of Cardinal #AB2039
Tints of Cardinal #AB2039
RGB
CMYK
RGB Variations
Color information
#AB2039 (or 0xAB2039) is known color: Cardinal. HEX triplet: AB, 20 and 39. RGB value is (171,32,57). Sum of RGB (Red+Green+Blue) = 171+32+57=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2039 is #54DFC6. Grayscale: #4C4C4C. Windows color (decimal): -5562311 or 3743915. OLE color: 3743915.
HSL color Cylindrical-coordinate representation of color #AB2039: hue angle of 349.21º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2039 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 57 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.33 |
| HSL | 349.21º | 0.68% | 0.4% | - |
| HSV(B) | 349.21º | 0.81% | 0.67% | - |
| XYZ | 18.05 | 9.99 | 4.85 | - |
| YUV | 76.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 57 | 0 | 0.81 | 0.67 | 0.33 | 349.21 | 0.68 | 0.4 |
| Hex | AB | 20 | 39 | 0 | 51 | 43 | 21 | 15D | 44 | 28 |
| Octal | 253 | 40 | 71 | 0 | 121 | 103 | 41 | 535 | 104 | 50 |
| Binary | 10101011 | 100000 | 111001 | 0 | 1010001 | 1000011 | 100001 | 101011101 | 1000100 | 101000 |
Color Harmonies of #AB2039
Complementary color
Monochromatic Colors of #AB2039
Black with #AB2039
Text Example
Text Example
White with #AB2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2039; }
p { color: rgb(171,32,57); }
H1.HeaderClassName
{
color: #AB2039;
}
.AnyTagClassName
{
color: #AB2039;
}
</style>
background-color css
<style>
a { background-color: #AB2039; }
a { background-color: rgb(171,32,57); }
div.DivClassName
{
background-color: #AB2039;
}
.BgClassName
{
background-color: #AB2039;
}
</style>
border-color css
<style>
span { border-color: #AB2039; }
span { border-color: rgb(171,32,57); }
td.TdClassName
{
border-color: #AB2039;
}
.TagClassName
{
border-color: #AB2039;
}
</style>