Shades of Cardinal #AB133A
Tints of Cardinal #AB133A
RGB
CMYK
RGB Variations
Color information
#AB133A (or 0xAB133A) is known color: Cardinal. HEX triplet: AB, 13 and 3A. RGB value is (171,19,58). Sum of RGB (Red+Green+Blue) = 171+19+58=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB133A is #54ECC5. Grayscale: #444444. Windows color (decimal): -5565638 or 3806123. OLE color: 3806123.
HSL color Cylindrical-coordinate representation of color #AB133A: hue angle of 344.61º 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 #AB133A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 58 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.33 |
| HSL | 344.61º | 0.8% | 0.37% | - |
| HSV(B) | 344.61º | 0.89% | 0.67% | - |
| XYZ | 17.79 | 9.43 | 4.89 | - |
| YUV | 68.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 58 | 0 | 0.89 | 0.66 | 0.33 | 344.61 | 0.8 | 0.37 |
| Hex | AB | 13 | 3A | 0 | 59 | 42 | 21 | 159 | 50 | 25 |
| Octal | 253 | 23 | 72 | 0 | 131 | 102 | 41 | 531 | 120 | 45 |
| Binary | 10101011 | 10011 | 111010 | 0 | 1011001 | 1000010 | 100001 | 101011001 | 1010000 | 100101 |
Color Harmonies of #AB133A
Complementary color
Monochromatic Colors of #AB133A
Black with #AB133A
Text Example
Text Example
White with #AB133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB133A; }
p { color: rgb(171,19,58); }
H1.HeaderClassName
{
color: #AB133A;
}
.AnyTagClassName
{
color: #AB133A;
}
</style>
background-color css
<style>
a { background-color: #AB133A; }
a { background-color: rgb(171,19,58); }
div.DivClassName
{
background-color: #AB133A;
}
.BgClassName
{
background-color: #AB133A;
}
</style>
border-color css
<style>
span { border-color: #AB133A; }
span { border-color: rgb(171,19,58); }
td.TdClassName
{
border-color: #AB133A;
}
.TagClassName
{
border-color: #AB133A;
}
</style>