Shades of Cardinal #AB152D
Tints of Cardinal #AB152D
RGB
CMYK
RGB Variations
Color information
#AB152D (or 0xAB152D) is known color: Cardinal. HEX triplet: AB, 15 and 2D. RGB value is (171,21,45). Sum of RGB (Red+Green+Blue) = 171+21+45=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB152D is #54EAD2. Grayscale: #444444. Windows color (decimal): -5565139 or 2954667. OLE color: 2954667.
HSL color Cylindrical-coordinate representation of color #AB152D: hue angle of 350.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 #AB152D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 45 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.33 |
| HSL | 350.4º | 0.78% | 0.38% | - |
| HSV(B) | 350.4º | 0.88% | 0.67% | - |
| XYZ | 17.54 | 9.38 | 3.37 | - |
| YUV | 68.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 45 | 0 | 0.88 | 0.74 | 0.33 | 350.4 | 0.78 | 0.38 |
| Hex | AB | 15 | 2D | 0 | 58 | 4A | 21 | 15E | 4E | 26 |
| Octal | 253 | 25 | 55 | 0 | 130 | 112 | 41 | 536 | 116 | 46 |
| Binary | 10101011 | 10101 | 101101 | 0 | 1011000 | 1001010 | 100001 | 101011110 | 1001110 | 100110 |
Color Harmonies of #AB152D
Complementary color
Monochromatic Colors of #AB152D
Black with #AB152D
Text Example
Text Example
White with #AB152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB152D; }
p { color: rgb(171,21,45); }
H1.HeaderClassName
{
color: #AB152D;
}
.AnyTagClassName
{
color: #AB152D;
}
</style>
background-color css
<style>
a { background-color: #AB152D; }
a { background-color: rgb(171,21,45); }
div.DivClassName
{
background-color: #AB152D;
}
.BgClassName
{
background-color: #AB152D;
}
</style>
border-color css
<style>
span { border-color: #AB152D; }
span { border-color: rgb(171,21,45); }
td.TdClassName
{
border-color: #AB152D;
}
.TagClassName
{
border-color: #AB152D;
}
</style>