Shades of Cardinal #AB193C
Tints of Cardinal #AB193C
RGB
CMYK
RGB Variations
Color information
#AB193C (or 0xAB193C) is known color: Cardinal. HEX triplet: AB, 19 and 3C. RGB value is (171,25,60). Sum of RGB (Red+Green+Blue) = 171+25+60=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB193C is #54E6C3. Grayscale: #484848. Windows color (decimal): -5564100 or 3938731. OLE color: 3938731.
HSL color Cylindrical-coordinate representation of color #AB193C: hue angle of 345.62º 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 #AB193C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 60 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.33 |
| HSL | 345.62º | 0.74% | 0.38% | - |
| HSV(B) | 345.62º | 0.85% | 0.67% | - |
| XYZ | 17.96 | 9.68 | 5.2 | - |
| YUV | 72.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 60 | 0 | 0.85 | 0.65 | 0.33 | 345.62 | 0.74 | 0.38 |
| Hex | AB | 19 | 3C | 0 | 55 | 41 | 21 | 15A | 4A | 26 |
| Octal | 253 | 31 | 74 | 0 | 125 | 101 | 41 | 532 | 112 | 46 |
| Binary | 10101011 | 11001 | 111100 | 0 | 1010101 | 1000001 | 100001 | 101011010 | 1001010 | 100110 |
Color Harmonies of #AB193C
Complementary color
Monochromatic Colors of #AB193C
Black with #AB193C
Text Example
Text Example
White with #AB193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB193C; }
p { color: rgb(171,25,60); }
H1.HeaderClassName
{
color: #AB193C;
}
.AnyTagClassName
{
color: #AB193C;
}
</style>
background-color css
<style>
a { background-color: #AB193C; }
a { background-color: rgb(171,25,60); }
div.DivClassName
{
background-color: #AB193C;
}
.BgClassName
{
background-color: #AB193C;
}
</style>
border-color css
<style>
span { border-color: #AB193C; }
span { border-color: rgb(171,25,60); }
td.TdClassName
{
border-color: #AB193C;
}
.TagClassName
{
border-color: #AB193C;
}
</style>