Shades of Cardinal #AB153C
Tints of Cardinal #AB153C
RGB
CMYK
RGB Variations
Color information
#AB153C (or 0xAB153C) is known color: Cardinal. HEX triplet: AB, 15 and 3C. RGB value is (171,21,60). Sum of RGB (Red+Green+Blue) = 171+21+60=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB153C is #54EAC3. Grayscale: #464646. Windows color (decimal): -5565124 or 3937707. OLE color: 3937707.
HSL color Cylindrical-coordinate representation of color #AB153C: hue angle of 344.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 #AB153C is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 60 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.33 |
| HSL | 344.4º | 0.78% | 0.38% | - |
| HSV(B) | 344.4º | 0.88% | 0.67% | - |
| XYZ | 17.88 | 9.52 | 5.17 | - |
| YUV | 70.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 60 | 0 | 0.88 | 0.65 | 0.33 | 344.4 | 0.78 | 0.38 |
| Hex | AB | 15 | 3C | 0 | 58 | 41 | 21 | 158 | 4E | 26 |
| Octal | 253 | 25 | 74 | 0 | 130 | 101 | 41 | 530 | 116 | 46 |
| Binary | 10101011 | 10101 | 111100 | 0 | 1011000 | 1000001 | 100001 | 101011000 | 1001110 | 100110 |
Color Harmonies of #AB153C
Complementary color
Monochromatic Colors of #AB153C
Black with #AB153C
Text Example
Text Example
White with #AB153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB153C; }
p { color: rgb(171,21,60); }
H1.HeaderClassName
{
color: #AB153C;
}
.AnyTagClassName
{
color: #AB153C;
}
</style>
background-color css
<style>
a { background-color: #AB153C; }
a { background-color: rgb(171,21,60); }
div.DivClassName
{
background-color: #AB153C;
}
.BgClassName
{
background-color: #AB153C;
}
</style>
border-color css
<style>
span { border-color: #AB153C; }
span { border-color: rgb(171,21,60); }
td.TdClassName
{
border-color: #AB153C;
}
.TagClassName
{
border-color: #AB153C;
}
</style>