Shades of Cardinal #AB1441
Tints of Cardinal #AB1441
RGB
CMYK
RGB Variations
Color information
#AB1441 (or 0xAB1441) is known color: Cardinal. HEX triplet: AB, 14 and 41. RGB value is (171,20,65). Sum of RGB (Red+Green+Blue) = 171+20+65=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1441 is #54EBBE. Grayscale: #464646. Windows color (decimal): -5565375 or 4265131. OLE color: 4265131.
HSL color Cylindrical-coordinate representation of color #AB1441: hue angle of 342.12º 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 #AB1441 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 65 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.33 |
| HSL | 342.12º | 0.79% | 0.37% | - |
| HSV(B) | 342.12º | 0.88% | 0.67% | - |
| XYZ | 18 | 9.54 | 5.89 | - |
| YUV | 70.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 65 | 0 | 0.88 | 0.62 | 0.33 | 342.12 | 0.79 | 0.37 |
| Hex | AB | 14 | 41 | 0 | 58 | 3E | 21 | 156 | 4F | 25 |
| Octal | 253 | 24 | 101 | 0 | 130 | 76 | 41 | 526 | 117 | 45 |
| Binary | 10101011 | 10100 | 1000001 | 0 | 1011000 | 111110 | 100001 | 101010110 | 1001111 | 100101 |
Color Harmonies of #AB1441
Complementary color
Monochromatic Colors of #AB1441
Black with #AB1441
Text Example
Text Example
White with #AB1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1441; }
p { color: rgb(171,20,65); }
H1.HeaderClassName
{
color: #AB1441;
}
.AnyTagClassName
{
color: #AB1441;
}
</style>
background-color css
<style>
a { background-color: #AB1441; }
a { background-color: rgb(171,20,65); }
div.DivClassName
{
background-color: #AB1441;
}
.BgClassName
{
background-color: #AB1441;
}
</style>
border-color css
<style>
span { border-color: #AB1441; }
span { border-color: rgb(171,20,65); }
td.TdClassName
{
border-color: #AB1441;
}
.TagClassName
{
border-color: #AB1441;
}
</style>