Shades of Cardinal #AB1846
Tints of Cardinal #AB1846
RGB
CMYK
RGB Variations
Color information
#AB1846 (or 0xAB1846) is known color: Cardinal. HEX triplet: AB, 18 and 46. RGB value is (171,24,70). Sum of RGB (Red+Green+Blue) = 171+24+70=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1846 is #54E7B9. Grayscale: #494949. Windows color (decimal): -5564346 or 4593835. OLE color: 4593835.
HSL color Cylindrical-coordinate representation of color #AB1846: hue angle of 341.22º 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 #AB1846 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 70 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.33 |
| HSL | 341.22º | 0.75% | 0.38% | - |
| HSV(B) | 341.22º | 0.86% | 0.67% | - |
| XYZ | 18.23 | 9.75 | 6.72 | - |
| YUV | 73.2 | 126.2 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 70 | 0 | 0.86 | 0.59 | 0.33 | 341.22 | 0.75 | 0.38 |
| Hex | AB | 18 | 46 | 0 | 56 | 3B | 21 | 155 | 4B | 26 |
| Octal | 253 | 30 | 106 | 0 | 126 | 73 | 41 | 525 | 113 | 46 |
| Binary | 10101011 | 11000 | 1000110 | 0 | 1010110 | 111011 | 100001 | 101010101 | 1001011 | 100110 |
Color Harmonies of #AB1846
Complementary color
Monochromatic Colors of #AB1846
Black with #AB1846
Text Example
Text Example
White with #AB1846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1846; }
p { color: rgb(171,24,70); }
H1.HeaderClassName
{
color: #AB1846;
}
.AnyTagClassName
{
color: #AB1846;
}
</style>
background-color css
<style>
a { background-color: #AB1846; }
a { background-color: rgb(171,24,70); }
div.DivClassName
{
background-color: #AB1846;
}
.BgClassName
{
background-color: #AB1846;
}
</style>
border-color css
<style>
span { border-color: #AB1846; }
span { border-color: rgb(171,24,70); }
td.TdClassName
{
border-color: #AB1846;
}
.TagClassName
{
border-color: #AB1846;
}
</style>