Shades of Cardinal #AB173C
Tints of Cardinal #AB173C
RGB
CMYK
RGB Variations
Color information
#AB173C (or 0xAB173C) is known color: Cardinal. HEX triplet: AB, 17 and 3C. RGB value is (171,23,60). Sum of RGB (Red+Green+Blue) = 171+23+60=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB173C is #54E8C3. Grayscale: #474747. Windows color (decimal): -5564612 or 3938219. OLE color: 3938219.
HSL color Cylindrical-coordinate representation of color #AB173C: hue angle of 345º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB173C is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 60 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.33 |
| HSL | 345º | 0.76% | 0.38% | - |
| HSV(B) | 345º | 0.87% | 0.67% | - |
| XYZ | 17.92 | 9.6 | 5.18 | - |
| YUV | 71.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 60 | 0 | 0.87 | 0.65 | 0.33 | 345 | 0.76 | 0.38 |
| Hex | AB | 17 | 3C | 0 | 57 | 41 | 21 | 159 | 4C | 26 |
| Octal | 253 | 27 | 74 | 0 | 127 | 101 | 41 | 531 | 114 | 46 |
| Binary | 10101011 | 10111 | 111100 | 0 | 1010111 | 1000001 | 100001 | 101011001 | 1001100 | 100110 |
Color Harmonies of #AB173C
Complementary color
Monochromatic Colors of #AB173C
Black with #AB173C
Text Example
Text Example
White with #AB173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB173C; }
p { color: rgb(171,23,60); }
H1.HeaderClassName
{
color: #AB173C;
}
.AnyTagClassName
{
color: #AB173C;
}
</style>
background-color css
<style>
a { background-color: #AB173C; }
a { background-color: rgb(171,23,60); }
div.DivClassName
{
background-color: #AB173C;
}
.BgClassName
{
background-color: #AB173C;
}
</style>
border-color css
<style>
span { border-color: #AB173C; }
span { border-color: rgb(171,23,60); }
td.TdClassName
{
border-color: #AB173C;
}
.TagClassName
{
border-color: #AB173C;
}
</style>