Shades of Cardinal #AB142A
Tints of Cardinal #AB142A
RGB
CMYK
RGB Variations
Color information
#AB142A (or 0xAB142A) is known color: Cardinal. HEX triplet: AB, 14 and 2A. RGB value is (171,20,42). Sum of RGB (Red+Green+Blue) = 171+20+42=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB142A is #54EBD5. Grayscale: #434343. Windows color (decimal): -5565398 or 2757803. OLE color: 2757803.
HSL color Cylindrical-coordinate representation of color #AB142A: hue angle of 351.26º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB142A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 42 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.33 |
| HSL | 351.26º | 0.79% | 0.37% | - |
| HSV(B) | 351.26º | 0.88% | 0.67% | - |
| XYZ | 17.46 | 9.33 | 3.07 | - |
| YUV | 67.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 42 | 0 | 0.88 | 0.75 | 0.33 | 351.26 | 0.79 | 0.37 |
| Hex | AB | 14 | 2A | 0 | 58 | 4B | 21 | 15F | 4F | 25 |
| Octal | 253 | 24 | 52 | 0 | 130 | 113 | 41 | 537 | 117 | 45 |
| Binary | 10101011 | 10100 | 101010 | 0 | 1011000 | 1001011 | 100001 | 101011111 | 1001111 | 100101 |
Color Harmonies of #AB142A
Complementary color
Monochromatic Colors of #AB142A
Black with #AB142A
Text Example
Text Example
White with #AB142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB142A; }
p { color: rgb(171,20,42); }
H1.HeaderClassName
{
color: #AB142A;
}
.AnyTagClassName
{
color: #AB142A;
}
</style>
background-color css
<style>
a { background-color: #AB142A; }
a { background-color: rgb(171,20,42); }
div.DivClassName
{
background-color: #AB142A;
}
.BgClassName
{
background-color: #AB142A;
}
</style>
border-color css
<style>
span { border-color: #AB142A; }
span { border-color: rgb(171,20,42); }
td.TdClassName
{
border-color: #AB142A;
}
.TagClassName
{
border-color: #AB142A;
}
</style>