Shades of Cardinal #AB1541
Tints of Cardinal #AB1541
RGB
CMYK
RGB Variations
Color information
#AB1541 (or 0xAB1541) is known color: Cardinal. HEX triplet: AB, 15 and 41. RGB value is (171,21,65). Sum of RGB (Red+Green+Blue) = 171+21+65=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1541 is #54EABE. Grayscale: #464646. Windows color (decimal): -5565119 or 4265387. OLE color: 4265387.
HSL color Cylindrical-coordinate representation of color #AB1541: hue angle of 342.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1541 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 65 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.33 |
| HSL | 342.4º | 0.78% | 0.38% | - |
| HSV(B) | 342.4º | 0.88% | 0.67% | - |
| XYZ | 18.02 | 9.58 | 5.9 | - |
| YUV | 70.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 65 | 0 | 0.88 | 0.62 | 0.33 | 342.4 | 0.78 | 0.38 |
| Hex | AB | 15 | 41 | 0 | 58 | 3E | 21 | 156 | 4E | 26 |
| Octal | 253 | 25 | 101 | 0 | 130 | 76 | 41 | 526 | 116 | 46 |
| Binary | 10101011 | 10101 | 1000001 | 0 | 1011000 | 111110 | 100001 | 101010110 | 1001110 | 100110 |
Color Harmonies of #AB1541
Complementary color
Monochromatic Colors of #AB1541
Black with #AB1541
Text Example
Text Example
White with #AB1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1541; }
p { color: rgb(171,21,65); }
H1.HeaderClassName
{
color: #AB1541;
}
.AnyTagClassName
{
color: #AB1541;
}
</style>
background-color css
<style>
a { background-color: #AB1541; }
a { background-color: rgb(171,21,65); }
div.DivClassName
{
background-color: #AB1541;
}
.BgClassName
{
background-color: #AB1541;
}
</style>
border-color css
<style>
span { border-color: #AB1541; }
span { border-color: rgb(171,21,65); }
td.TdClassName
{
border-color: #AB1541;
}
.TagClassName
{
border-color: #AB1541;
}
</style>