Shades of Cardinal #AB142B
Tints of Cardinal #AB142B
RGB
CMYK
RGB Variations
Color information
#AB142B (or 0xAB142B) is known color: Cardinal. HEX triplet: AB, 14 and 2B. RGB value is (171,20,43). Sum of RGB (Red+Green+Blue) = 171+20+43=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB142B is #54EBD4. Grayscale: #434343. Windows color (decimal): -5565397 or 2823339. OLE color: 2823339.
HSL color Cylindrical-coordinate representation of color #AB142B: hue angle of 350.86º 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 #AB142B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 43 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.33 |
| HSL | 350.86º | 0.79% | 0.37% | - |
| HSV(B) | 350.86º | 0.88% | 0.67% | - |
| XYZ | 17.48 | 9.33 | 3.17 | - |
| YUV | 67.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 43 | 0 | 0.88 | 0.75 | 0.33 | 350.86 | 0.79 | 0.37 |
| Hex | AB | 14 | 2B | 0 | 58 | 4B | 21 | 15F | 4F | 25 |
| Octal | 253 | 24 | 53 | 0 | 130 | 113 | 41 | 537 | 117 | 45 |
| Binary | 10101011 | 10100 | 101011 | 0 | 1011000 | 1001011 | 100001 | 101011111 | 1001111 | 100101 |
Color Harmonies of #AB142B
Complementary color
Monochromatic Colors of #AB142B
Black with #AB142B
Text Example
Text Example
White with #AB142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB142B; }
p { color: rgb(171,20,43); }
H1.HeaderClassName
{
color: #AB142B;
}
.AnyTagClassName
{
color: #AB142B;
}
</style>
background-color css
<style>
a { background-color: #AB142B; }
a { background-color: rgb(171,20,43); }
div.DivClassName
{
background-color: #AB142B;
}
.BgClassName
{
background-color: #AB142B;
}
</style>
border-color css
<style>
span { border-color: #AB142B; }
span { border-color: rgb(171,20,43); }
td.TdClassName
{
border-color: #AB142B;
}
.TagClassName
{
border-color: #AB142B;
}
</style>