Shades of Cardinal #AB193F
Tints of Cardinal #AB193F
RGB
CMYK
RGB Variations
Color information
#AB193F (or 0xAB193F) is known color: Cardinal. HEX triplet: AB, 19 and 3F. RGB value is (171,25,63). Sum of RGB (Red+Green+Blue) = 171+25+63=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB193F is #54E6C0. Grayscale: #484848. Windows color (decimal): -5564097 or 4135339. OLE color: 4135339.
HSL color Cylindrical-coordinate representation of color #AB193F: hue angle of 344.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB193F is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 63 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.33 |
| HSL | 344.38º | 0.74% | 0.38% | - |
| HSV(B) | 344.38º | 0.85% | 0.67% | - |
| XYZ | 18.04 | 9.71 | 5.63 | - |
| YUV | 72.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 63 | 0 | 0.85 | 0.63 | 0.33 | 344.38 | 0.74 | 0.38 |
| Hex | AB | 19 | 3F | 0 | 55 | 3F | 21 | 158 | 4A | 26 |
| Octal | 253 | 31 | 77 | 0 | 125 | 77 | 41 | 530 | 112 | 46 |
| Binary | 10101011 | 11001 | 111111 | 0 | 1010101 | 111111 | 100001 | 101011000 | 1001010 | 100110 |
Color Harmonies of #AB193F
Complementary color
Monochromatic Colors of #AB193F
Black with #AB193F
Text Example
Text Example
White with #AB193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB193F; }
p { color: rgb(171,25,63); }
H1.HeaderClassName
{
color: #AB193F;
}
.AnyTagClassName
{
color: #AB193F;
}
</style>
background-color css
<style>
a { background-color: #AB193F; }
a { background-color: rgb(171,25,63); }
div.DivClassName
{
background-color: #AB193F;
}
.BgClassName
{
background-color: #AB193F;
}
</style>
border-color css
<style>
span { border-color: #AB193F; }
span { border-color: rgb(171,25,63); }
td.TdClassName
{
border-color: #AB193F;
}
.TagClassName
{
border-color: #AB193F;
}
</style>