Shades of Cardinal #AB142C
Tints of Cardinal #AB142C
RGB
CMYK
RGB Variations
Color information
#AB142C (or 0xAB142C) is known color: Cardinal. HEX triplet: AB, 14 and 2C. RGB value is (171,20,44). Sum of RGB (Red+Green+Blue) = 171+20+44=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB142C is #54EBD3. Grayscale: #434343. Windows color (decimal): -5565396 or 2888875. OLE color: 2888875.
HSL color Cylindrical-coordinate representation of color #AB142C: hue angle of 350.46º 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 #AB142C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 44 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.33 |
| HSL | 350.46º | 0.79% | 0.37% | - |
| HSV(B) | 350.46º | 0.88% | 0.67% | - |
| XYZ | 17.5 | 9.34 | 3.26 | - |
| YUV | 67.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 44 | 0 | 0.88 | 0.74 | 0.33 | 350.46 | 0.79 | 0.37 |
| Hex | AB | 14 | 2C | 0 | 58 | 4A | 21 | 15E | 4F | 25 |
| Octal | 253 | 24 | 54 | 0 | 130 | 112 | 41 | 536 | 117 | 45 |
| Binary | 10101011 | 10100 | 101100 | 0 | 1011000 | 1001010 | 100001 | 101011110 | 1001111 | 100101 |
Color Harmonies of #AB142C
Complementary color
Monochromatic Colors of #AB142C
Black with #AB142C
Text Example
Text Example
White with #AB142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB142C; }
p { color: rgb(171,20,44); }
H1.HeaderClassName
{
color: #AB142C;
}
.AnyTagClassName
{
color: #AB142C;
}
</style>
background-color css
<style>
a { background-color: #AB142C; }
a { background-color: rgb(171,20,44); }
div.DivClassName
{
background-color: #AB142C;
}
.BgClassName
{
background-color: #AB142C;
}
</style>
border-color css
<style>
span { border-color: #AB142C; }
span { border-color: rgb(171,20,44); }
td.TdClassName
{
border-color: #AB142C;
}
.TagClassName
{
border-color: #AB142C;
}
</style>