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