Shades of Cardinal #AC1144
Tints of Cardinal #AC1144
RGB
CMYK
RGB Variations
Color information
#AC1144 (or 0xAC1144) is known color: Cardinal. HEX triplet: AC, 11 and 44. RGB value is (172,17,68). Sum of RGB (Red+Green+Blue) = 172+17+68=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1144 is #53EEBB. Grayscale: #454545. Windows color (decimal): -5500604 or 4460972. OLE color: 4460972.
HSL color Cylindrical-coordinate representation of color #AC1144: hue angle of 340.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1144 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 68 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.33 |
| HSL | 340.26º | 0.82% | 0.37% | - |
| HSV(B) | 340.26º | 0.9% | 0.67% | - |
| XYZ | 18.26 | 9.59 | 6.36 | - |
| YUV | 69.16 | 127.35 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 68 | 0 | 0.90 | 0.60 | 0.33 | 340.26 | 0.82 | 0.37 |
| Hex | AC | 11 | 44 | 0 | 5A | 3C | 21 | 154 | 52 | 25 |
| Octal | 254 | 21 | 104 | 0 | 132 | 74 | 41 | 524 | 122 | 45 |
| Binary | 10101100 | 10001 | 1000100 | 0 | 1011010 | 111100 | 100001 | 101010100 | 1010010 | 100101 |
Color Harmonies of #AC1144
Complementary color
Monochromatic Colors of #AC1144
Black with #AC1144
Text Example
Text Example
White with #AC1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1144; }
p { color: rgb(172,17,68); }
H1.HeaderClassName
{
color: #AC1144;
}
.AnyTagClassName
{
color: #AC1144;
}
</style>
background-color css
<style>
a { background-color: #AC1144; }
a { background-color: rgb(172,17,68); }
div.DivClassName
{
background-color: #AC1144;
}
.BgClassName
{
background-color: #AC1144;
}
</style>
border-color css
<style>
span { border-color: #AC1144; }
span { border-color: rgb(172,17,68); }
td.TdClassName
{
border-color: #AC1144;
}
.TagClassName
{
border-color: #AC1144;
}
</style>