Shades of Cardinal #AB172D
Tints of Cardinal #AB172D
RGB
CMYK
RGB Variations
Color information
#AB172D (or 0xAB172D) is known color: Cardinal. HEX triplet: AB, 17 and 2D. RGB value is (171,23,45). Sum of RGB (Red+Green+Blue) = 171+23+45=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB172D is #54E8D2. Grayscale: #454545. Windows color (decimal): -5564627 or 2955179. OLE color: 2955179.
HSL color Cylindrical-coordinate representation of color #AB172D: hue angle of 351.08º 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 #AB172D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 45 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.33 |
| HSL | 351.08º | 0.76% | 0.38% | - |
| HSV(B) | 351.08º | 0.87% | 0.67% | - |
| XYZ | 17.57 | 9.46 | 3.38 | - |
| YUV | 69.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 45 | 0 | 0.87 | 0.74 | 0.33 | 351.08 | 0.76 | 0.38 |
| Hex | AB | 17 | 2D | 0 | 57 | 4A | 21 | 15F | 4C | 26 |
| Octal | 253 | 27 | 55 | 0 | 127 | 112 | 41 | 537 | 114 | 46 |
| Binary | 10101011 | 10111 | 101101 | 0 | 1010111 | 1001010 | 100001 | 101011111 | 1001100 | 100110 |
Color Harmonies of #AB172D
Complementary color
Monochromatic Colors of #AB172D
Black with #AB172D
Text Example
Text Example
White with #AB172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB172D; }
p { color: rgb(171,23,45); }
H1.HeaderClassName
{
color: #AB172D;
}
.AnyTagClassName
{
color: #AB172D;
}
</style>
background-color css
<style>
a { background-color: #AB172D; }
a { background-color: rgb(171,23,45); }
div.DivClassName
{
background-color: #AB172D;
}
.BgClassName
{
background-color: #AB172D;
}
</style>
border-color css
<style>
span { border-color: #AB172D; }
span { border-color: rgb(171,23,45); }
td.TdClassName
{
border-color: #AB172D;
}
.TagClassName
{
border-color: #AB172D;
}
</style>