Shades of Cardinal #AB1845
Tints of Cardinal #AB1845
RGB
CMYK
RGB Variations
Color information
#AB1845 (or 0xAB1845) is known color: Cardinal. HEX triplet: AB, 18 and 45. RGB value is (171,24,69). Sum of RGB (Red+Green+Blue) = 171+24+69=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1845 is #54E7BA. Grayscale: #494949. Windows color (decimal): -5564347 or 4528299. OLE color: 4528299.
HSL color Cylindrical-coordinate representation of color #AB1845: hue angle of 341.63º 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 #AB1845 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 69 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.33 |
| HSL | 341.63º | 0.75% | 0.38% | - |
| HSV(B) | 341.63º | 0.86% | 0.67% | - |
| XYZ | 18.2 | 9.74 | 6.55 | - |
| YUV | 73.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 69 | 0 | 0.86 | 0.60 | 0.33 | 341.63 | 0.75 | 0.38 |
| Hex | AB | 18 | 45 | 0 | 56 | 3C | 21 | 156 | 4B | 26 |
| Octal | 253 | 30 | 105 | 0 | 126 | 74 | 41 | 526 | 113 | 46 |
| Binary | 10101011 | 11000 | 1000101 | 0 | 1010110 | 111100 | 100001 | 101010110 | 1001011 | 100110 |
Color Harmonies of #AB1845
Complementary color
Monochromatic Colors of #AB1845
Black with #AB1845
Text Example
Text Example
White with #AB1845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1845; }
p { color: rgb(171,24,69); }
H1.HeaderClassName
{
color: #AB1845;
}
.AnyTagClassName
{
color: #AB1845;
}
</style>
background-color css
<style>
a { background-color: #AB1845; }
a { background-color: rgb(171,24,69); }
div.DivClassName
{
background-color: #AB1845;
}
.BgClassName
{
background-color: #AB1845;
}
</style>
border-color css
<style>
span { border-color: #AB1845; }
span { border-color: rgb(171,24,69); }
td.TdClassName
{
border-color: #AB1845;
}
.TagClassName
{
border-color: #AB1845;
}
</style>