Shades of Cardinal #AC173B
Tints of Cardinal #AC173B
RGB
CMYK
RGB Variations
Color information
#AC173B (or 0xAC173B) is known color: Cardinal. HEX triplet: AC, 17 and 3B. RGB value is (172,23,59). Sum of RGB (Red+Green+Blue) = 172+23+59=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC173B is #53E8C4. Grayscale: #474747. Windows color (decimal): -5499077 or 3872684. OLE color: 3872684.
HSL color Cylindrical-coordinate representation of color #AC173B: hue angle of 345.5º 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 #AC173B is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 59 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.33 |
| HSL | 345.5º | 0.76% | 0.38% | - |
| HSV(B) | 345.5º | 0.87% | 0.67% | - |
| XYZ | 18.11 | 9.7 | 5.06 | - |
| YUV | 71.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 59 | 0 | 0.87 | 0.66 | 0.33 | 345.5 | 0.76 | 0.38 |
| Hex | AC | 17 | 3B | 0 | 57 | 42 | 21 | 15A | 4C | 26 |
| Octal | 254 | 27 | 73 | 0 | 127 | 102 | 41 | 532 | 114 | 46 |
| Binary | 10101100 | 10111 | 111011 | 0 | 1010111 | 1000010 | 100001 | 101011010 | 1001100 | 100110 |
Color Harmonies of #AC173B
Complementary color
Monochromatic Colors of #AC173B
Black with #AC173B
Text Example
Text Example
White with #AC173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC173B; }
p { color: rgb(172,23,59); }
H1.HeaderClassName
{
color: #AC173B;
}
.AnyTagClassName
{
color: #AC173B;
}
</style>
background-color css
<style>
a { background-color: #AC173B; }
a { background-color: rgb(172,23,59); }
div.DivClassName
{
background-color: #AC173B;
}
.BgClassName
{
background-color: #AC173B;
}
</style>
border-color css
<style>
span { border-color: #AC173B; }
span { border-color: rgb(172,23,59); }
td.TdClassName
{
border-color: #AC173B;
}
.TagClassName
{
border-color: #AC173B;
}
</style>