Shades of Cardinal #AC172D
Tints of Cardinal #AC172D
RGB
CMYK
RGB Variations
Color information
#AC172D (or 0xAC172D) is known color: Cardinal. HEX triplet: AC, 17 and 2D. RGB value is (172,23,45). Sum of RGB (Red+Green+Blue) = 172+23+45=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC172D is #53E8D2. Grayscale: #464646. Windows color (decimal): -5499091 or 2955180. OLE color: 2955180.
HSL color Cylindrical-coordinate representation of color #AC172D: hue angle of 351.14º 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 #AC172D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 45 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.33 |
| HSL | 351.14º | 0.76% | 0.38% | - |
| HSV(B) | 351.14º | 0.87% | 0.67% | - |
| XYZ | 17.79 | 9.57 | 3.39 | - |
| YUV | 70.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 45 | 0 | 0.87 | 0.74 | 0.33 | 351.14 | 0.76 | 0.38 |
| Hex | AC | 17 | 2D | 0 | 57 | 4A | 21 | 15F | 4C | 26 |
| Octal | 254 | 27 | 55 | 0 | 127 | 112 | 41 | 537 | 114 | 46 |
| Binary | 10101100 | 10111 | 101101 | 0 | 1010111 | 1001010 | 100001 | 101011111 | 1001100 | 100110 |
Color Harmonies of #AC172D
Complementary color
Monochromatic Colors of #AC172D
Black with #AC172D
Text Example
Text Example
White with #AC172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC172D; }
p { color: rgb(172,23,45); }
H1.HeaderClassName
{
color: #AC172D;
}
.AnyTagClassName
{
color: #AC172D;
}
</style>
background-color css
<style>
a { background-color: #AC172D; }
a { background-color: rgb(172,23,45); }
div.DivClassName
{
background-color: #AC172D;
}
.BgClassName
{
background-color: #AC172D;
}
</style>
border-color css
<style>
span { border-color: #AC172D; }
span { border-color: rgb(172,23,45); }
td.TdClassName
{
border-color: #AC172D;
}
.TagClassName
{
border-color: #AC172D;
}
</style>