Shades of Cardinal #AB152B
Tints of Cardinal #AB152B
RGB
CMYK
RGB Variations
Color information
#AB152B (or 0xAB152B) is known color: Cardinal. HEX triplet: AB, 15 and 2B. RGB value is (171,21,43). Sum of RGB (Red+Green+Blue) = 171+21+43=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB152B is #54EAD4. Grayscale: #444444. Windows color (decimal): -5565141 or 2823595. OLE color: 2823595.
HSL color Cylindrical-coordinate representation of color #AB152B: hue angle of 351.2º 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 #AB152B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 43 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.33 |
| HSL | 351.2º | 0.78% | 0.38% | - |
| HSV(B) | 351.2º | 0.88% | 0.67% | - |
| XYZ | 17.5 | 9.37 | 3.17 | - |
| YUV | 68.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 43 | 0 | 0.88 | 0.75 | 0.33 | 351.2 | 0.78 | 0.38 |
| Hex | AB | 15 | 2B | 0 | 58 | 4B | 21 | 15F | 4E | 26 |
| Octal | 253 | 25 | 53 | 0 | 130 | 113 | 41 | 537 | 116 | 46 |
| Binary | 10101011 | 10101 | 101011 | 0 | 1011000 | 1001011 | 100001 | 101011111 | 1001110 | 100110 |
Color Harmonies of #AB152B
Complementary color
Monochromatic Colors of #AB152B
Black with #AB152B
Text Example
Text Example
White with #AB152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB152B; }
p { color: rgb(171,21,43); }
H1.HeaderClassName
{
color: #AB152B;
}
.AnyTagClassName
{
color: #AB152B;
}
</style>
background-color css
<style>
a { background-color: #AB152B; }
a { background-color: rgb(171,21,43); }
div.DivClassName
{
background-color: #AB152B;
}
.BgClassName
{
background-color: #AB152B;
}
</style>
border-color css
<style>
span { border-color: #AB152B; }
span { border-color: rgb(171,21,43); }
td.TdClassName
{
border-color: #AB152B;
}
.TagClassName
{
border-color: #AB152B;
}
</style>