Shades of Cardinal #AB1839
Tints of Cardinal #AB1839
RGB
CMYK
RGB Variations
Color information
#AB1839 (or 0xAB1839) is known color: Cardinal. HEX triplet: AB, 18 and 39. RGB value is (171,24,57). Sum of RGB (Red+Green+Blue) = 171+24+57=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1839 is #54E7C6. Grayscale: #474747. Windows color (decimal): -5564359 or 3741867. OLE color: 3741867.
HSL color Cylindrical-coordinate representation of color #AB1839: hue angle of 346.53º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1839 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 57 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.33 |
| HSL | 346.53º | 0.75% | 0.38% | - |
| HSV(B) | 346.53º | 0.86% | 0.67% | - |
| XYZ | 17.86 | 9.61 | 4.78 | - |
| YUV | 71.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 57 | 0 | 0.86 | 0.67 | 0.33 | 346.53 | 0.75 | 0.38 |
| Hex | AB | 18 | 39 | 0 | 56 | 43 | 21 | 15B | 4B | 26 |
| Octal | 253 | 30 | 71 | 0 | 126 | 103 | 41 | 533 | 113 | 46 |
| Binary | 10101011 | 11000 | 111001 | 0 | 1010110 | 1000011 | 100001 | 101011011 | 1001011 | 100110 |
Color Harmonies of #AB1839
Complementary color
Monochromatic Colors of #AB1839
Black with #AB1839
Text Example
Text Example
White with #AB1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1839; }
p { color: rgb(171,24,57); }
H1.HeaderClassName
{
color: #AB1839;
}
.AnyTagClassName
{
color: #AB1839;
}
</style>
background-color css
<style>
a { background-color: #AB1839; }
a { background-color: rgb(171,24,57); }
div.DivClassName
{
background-color: #AB1839;
}
.BgClassName
{
background-color: #AB1839;
}
</style>
border-color css
<style>
span { border-color: #AB1839; }
span { border-color: rgb(171,24,57); }
td.TdClassName
{
border-color: #AB1839;
}
.TagClassName
{
border-color: #AB1839;
}
</style>