Shades of Cardinal #AB153B
Tints of Cardinal #AB153B
RGB
CMYK
RGB Variations
Color information
#AB153B (or 0xAB153B) is known color: Cardinal. HEX triplet: AB, 15 and 3B. RGB value is (171,21,59). Sum of RGB (Red+Green+Blue) = 171+21+59=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB153B is #54EAC4. Grayscale: #464646. Windows color (decimal): -5565125 or 3872171. OLE color: 3872171.
HSL color Cylindrical-coordinate representation of color #AB153B: hue angle of 344.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 #AB153B is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 59 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.33 |
| HSL | 344.8º | 0.78% | 0.38% | - |
| HSV(B) | 344.8º | 0.88% | 0.67% | - |
| XYZ | 17.85 | 9.51 | 5.03 | - |
| YUV | 70.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 59 | 0 | 0.88 | 0.65 | 0.33 | 344.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 3B | 0 | 58 | 41 | 21 | 159 | 4E | 26 |
| Octal | 253 | 25 | 73 | 0 | 130 | 101 | 41 | 531 | 116 | 46 |
| Binary | 10101011 | 10101 | 111011 | 0 | 1011000 | 1000001 | 100001 | 101011001 | 1001110 | 100110 |
Color Harmonies of #AB153B
Complementary color
Monochromatic Colors of #AB153B
Black with #AB153B
Text Example
Text Example
White with #AB153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB153B; }
p { color: rgb(171,21,59); }
H1.HeaderClassName
{
color: #AB153B;
}
.AnyTagClassName
{
color: #AB153B;
}
</style>
background-color css
<style>
a { background-color: #AB153B; }
a { background-color: rgb(171,21,59); }
div.DivClassName
{
background-color: #AB153B;
}
.BgClassName
{
background-color: #AB153B;
}
</style>
border-color css
<style>
span { border-color: #AB153B; }
span { border-color: rgb(171,21,59); }
td.TdClassName
{
border-color: #AB153B;
}
.TagClassName
{
border-color: #AB153B;
}
</style>