Shades of Cardinal #AB1540
Tints of Cardinal #AB1540
RGB
CMYK
RGB Variations
Color information
#AB1540 (or 0xAB1540) is known color: Cardinal. HEX triplet: AB, 15 and 40. RGB value is (171,21,64). Sum of RGB (Red+Green+Blue) = 171+21+64=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1540 is #54EABF. Grayscale: #464646. Windows color (decimal): -5565120 or 4199851. OLE color: 4199851.
HSL color Cylindrical-coordinate representation of color #AB1540: hue angle of 342.8º 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 #AB1540 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 64 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.33 |
| HSL | 342.8º | 0.78% | 0.38% | - |
| HSV(B) | 342.8º | 0.88% | 0.67% | - |
| XYZ | 17.99 | 9.56 | 5.75 | - |
| YUV | 70.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 64 | 0 | 0.88 | 0.63 | 0.33 | 342.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 40 | 0 | 58 | 3F | 21 | 157 | 4E | 26 |
| Octal | 253 | 25 | 100 | 0 | 130 | 77 | 41 | 527 | 116 | 46 |
| Binary | 10101011 | 10101 | 1000000 | 0 | 1011000 | 111111 | 100001 | 101010111 | 1001110 | 100110 |
Color Harmonies of #AB1540
Complementary color
Monochromatic Colors of #AB1540
Black with #AB1540
Text Example
Text Example
White with #AB1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1540; }
p { color: rgb(171,21,64); }
H1.HeaderClassName
{
color: #AB1540;
}
.AnyTagClassName
{
color: #AB1540;
}
</style>
background-color css
<style>
a { background-color: #AB1540; }
a { background-color: rgb(171,21,64); }
div.DivClassName
{
background-color: #AB1540;
}
.BgClassName
{
background-color: #AB1540;
}
</style>
border-color css
<style>
span { border-color: #AB1540; }
span { border-color: rgb(171,21,64); }
td.TdClassName
{
border-color: #AB1540;
}
.TagClassName
{
border-color: #AB1540;
}
</style>