Shades of Cardinal #AC172C
Tints of Cardinal #AC172C
RGB
CMYK
RGB Variations
Color information
#AC172C (or 0xAC172C) is known color: Cardinal. HEX triplet: AC, 17 and 2C. RGB value is (172,23,44). Sum of RGB (Red+Green+Blue) = 172+23+44=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC172C is #53E8D3. Grayscale: #464646. Windows color (decimal): -5499092 or 2889644. OLE color: 2889644.
HSL color Cylindrical-coordinate representation of color #AC172C: hue angle of 351.54º 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 #AC172C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 44 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.33 |
| HSL | 351.54º | 0.76% | 0.38% | - |
| HSV(B) | 351.54º | 0.87% | 0.67% | - |
| XYZ | 17.77 | 9.57 | 3.29 | - |
| YUV | 69.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 44 | 0 | 0.87 | 0.74 | 0.33 | 351.54 | 0.76 | 0.38 |
| Hex | AC | 17 | 2C | 0 | 57 | 4A | 21 | 160 | 4C | 26 |
| Octal | 254 | 27 | 54 | 0 | 127 | 112 | 41 | 540 | 114 | 46 |
| Binary | 10101100 | 10111 | 101100 | 0 | 1010111 | 1001010 | 100001 | 101100000 | 1001100 | 100110 |
Color Harmonies of #AC172C
Complementary color
Monochromatic Colors of #AC172C
Black with #AC172C
Text Example
Text Example
White with #AC172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC172C; }
p { color: rgb(172,23,44); }
H1.HeaderClassName
{
color: #AC172C;
}
.AnyTagClassName
{
color: #AC172C;
}
</style>
background-color css
<style>
a { background-color: #AC172C; }
a { background-color: rgb(172,23,44); }
div.DivClassName
{
background-color: #AC172C;
}
.BgClassName
{
background-color: #AC172C;
}
</style>
border-color css
<style>
span { border-color: #AC172C; }
span { border-color: rgb(172,23,44); }
td.TdClassName
{
border-color: #AC172C;
}
.TagClassName
{
border-color: #AC172C;
}
</style>