Shades of Cardinal #AC173D
Tints of Cardinal #AC173D
RGB
CMYK
RGB Variations
Color information
#AC173D (or 0xAC173D) is known color: Cardinal. HEX triplet: AC, 17 and 3D. RGB value is (172,23,61). Sum of RGB (Red+Green+Blue) = 172+23+61=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC173D is #53E8C2. Grayscale: #474747. Windows color (decimal): -5499075 or 4003756. OLE color: 4003756.
HSL color Cylindrical-coordinate representation of color #AC173D: hue angle of 344.7º 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 #AC173D is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 61 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.33 |
| HSL | 344.7º | 0.76% | 0.38% | - |
| HSV(B) | 344.7º | 0.87% | 0.67% | - |
| XYZ | 18.16 | 9.72 | 5.33 | - |
| YUV | 71.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 61 | 0 | 0.87 | 0.65 | 0.33 | 344.7 | 0.76 | 0.38 |
| Hex | AC | 17 | 3D | 0 | 57 | 41 | 21 | 159 | 4C | 26 |
| Octal | 254 | 27 | 75 | 0 | 127 | 101 | 41 | 531 | 114 | 46 |
| Binary | 10101100 | 10111 | 111101 | 0 | 1010111 | 1000001 | 100001 | 101011001 | 1001100 | 100110 |
Color Harmonies of #AC173D
Complementary color
Monochromatic Colors of #AC173D
Black with #AC173D
Text Example
Text Example
White with #AC173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC173D; }
p { color: rgb(172,23,61); }
H1.HeaderClassName
{
color: #AC173D;
}
.AnyTagClassName
{
color: #AC173D;
}
</style>
background-color css
<style>
a { background-color: #AC173D; }
a { background-color: rgb(172,23,61); }
div.DivClassName
{
background-color: #AC173D;
}
.BgClassName
{
background-color: #AC173D;
}
</style>
border-color css
<style>
span { border-color: #AC173D; }
span { border-color: rgb(172,23,61); }
td.TdClassName
{
border-color: #AC173D;
}
.TagClassName
{
border-color: #AC173D;
}
</style>