Shades of Cardinal #AB133F
Tints of Cardinal #AB133F
RGB
CMYK
RGB Variations
Color information
#AB133F (or 0xAB133F) is known color: Cardinal. HEX triplet: AB, 13 and 3F. RGB value is (171,19,63). Sum of RGB (Red+Green+Blue) = 171+19+63=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB133F is #54ECC0. Grayscale: #454545. Windows color (decimal): -5565633 or 4133803. OLE color: 4133803.
HSL color Cylindrical-coordinate representation of color #AB133F: hue angle of 342.63º 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 #AB133F is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 63 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.33 |
| HSL | 342.63º | 0.8% | 0.37% | - |
| HSV(B) | 342.63º | 0.89% | 0.67% | - |
| XYZ | 17.92 | 9.48 | 5.59 | - |
| YUV | 69.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 63 | 0 | 0.89 | 0.63 | 0.33 | 342.63 | 0.8 | 0.37 |
| Hex | AB | 13 | 3F | 0 | 59 | 3F | 21 | 157 | 50 | 25 |
| Octal | 253 | 23 | 77 | 0 | 131 | 77 | 41 | 527 | 120 | 45 |
| Binary | 10101011 | 10011 | 111111 | 0 | 1011001 | 111111 | 100001 | 101010111 | 1010000 | 100101 |
Color Harmonies of #AB133F
Complementary color
Monochromatic Colors of #AB133F
Black with #AB133F
Text Example
Text Example
White with #AB133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB133F; }
p { color: rgb(171,19,63); }
H1.HeaderClassName
{
color: #AB133F;
}
.AnyTagClassName
{
color: #AB133F;
}
</style>
background-color css
<style>
a { background-color: #AB133F; }
a { background-color: rgb(171,19,63); }
div.DivClassName
{
background-color: #AB133F;
}
.BgClassName
{
background-color: #AB133F;
}
</style>
border-color css
<style>
span { border-color: #AB133F; }
span { border-color: rgb(171,19,63); }
td.TdClassName
{
border-color: #AB133F;
}
.TagClassName
{
border-color: #AB133F;
}
</style>