Shades of Cardinal #AB1439
Tints of Cardinal #AB1439
RGB
CMYK
RGB Variations
Color information
#AB1439 (or 0xAB1439) is known color: Cardinal. HEX triplet: AB, 14 and 39. RGB value is (171,20,57). Sum of RGB (Red+Green+Blue) = 171+20+57=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1439 is #54EBC6. Grayscale: #454545. Windows color (decimal): -5565383 or 3740843. OLE color: 3740843.
HSL color Cylindrical-coordinate representation of color #AB1439: hue angle of 345.3º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1439 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 57 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.33 |
| HSL | 345.3º | 0.79% | 0.37% | - |
| HSV(B) | 345.3º | 0.88% | 0.67% | - |
| XYZ | 17.78 | 9.45 | 4.76 | - |
| YUV | 69.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 57 | 0 | 0.88 | 0.67 | 0.33 | 345.3 | 0.79 | 0.37 |
| Hex | AB | 14 | 39 | 0 | 58 | 43 | 21 | 159 | 4F | 25 |
| Octal | 253 | 24 | 71 | 0 | 130 | 103 | 41 | 531 | 117 | 45 |
| Binary | 10101011 | 10100 | 111001 | 0 | 1011000 | 1000011 | 100001 | 101011001 | 1001111 | 100101 |
Color Harmonies of #AB1439
Complementary color
Monochromatic Colors of #AB1439
Black with #AB1439
Text Example
Text Example
White with #AB1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1439; }
p { color: rgb(171,20,57); }
H1.HeaderClassName
{
color: #AB1439;
}
.AnyTagClassName
{
color: #AB1439;
}
</style>
background-color css
<style>
a { background-color: #AB1439; }
a { background-color: rgb(171,20,57); }
div.DivClassName
{
background-color: #AB1439;
}
.BgClassName
{
background-color: #AB1439;
}
</style>
border-color css
<style>
span { border-color: #AB1439; }
span { border-color: rgb(171,20,57); }
td.TdClassName
{
border-color: #AB1439;
}
.TagClassName
{
border-color: #AB1439;
}
</style>