Shades of Cardinal #AB132C
Tints of Cardinal #AB132C
RGB
CMYK
RGB Variations
Color information
#AB132C (or 0xAB132C) is known color: Cardinal. HEX triplet: AB, 13 and 2C. RGB value is (171,19,44). Sum of RGB (Red+Green+Blue) = 171+19+44=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB132C is #54ECD3. Grayscale: #434343. Windows color (decimal): -5565652 or 2888619. OLE color: 2888619.
HSL color Cylindrical-coordinate representation of color #AB132C: hue angle of 350.13º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB132C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 44 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.33 |
| HSL | 350.13º | 0.8% | 0.37% | - |
| HSV(B) | 350.13º | 0.89% | 0.67% | - |
| XYZ | 17.48 | 9.31 | 3.26 | - |
| YUV | 67.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 44 | 0 | 0.89 | 0.74 | 0.33 | 350.13 | 0.8 | 0.37 |
| Hex | AB | 13 | 2C | 0 | 59 | 4A | 21 | 15E | 50 | 25 |
| Octal | 253 | 23 | 54 | 0 | 131 | 112 | 41 | 536 | 120 | 45 |
| Binary | 10101011 | 10011 | 101100 | 0 | 1011001 | 1001010 | 100001 | 101011110 | 1010000 | 100101 |
Color Harmonies of #AB132C
Complementary color
Monochromatic Colors of #AB132C
Black with #AB132C
Text Example
Text Example
White with #AB132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB132C; }
p { color: rgb(171,19,44); }
H1.HeaderClassName
{
color: #AB132C;
}
.AnyTagClassName
{
color: #AB132C;
}
</style>
background-color css
<style>
a { background-color: #AB132C; }
a { background-color: rgb(171,19,44); }
div.DivClassName
{
background-color: #AB132C;
}
.BgClassName
{
background-color: #AB132C;
}
</style>
border-color css
<style>
span { border-color: #AB132C; }
span { border-color: rgb(171,19,44); }
td.TdClassName
{
border-color: #AB132C;
}
.TagClassName
{
border-color: #AB132C;
}
</style>