Shades of Cardinal #AC1133
Tints of Cardinal #AC1133
RGB
CMYK
RGB Variations
Color information
#AC1133 (or 0xAC1133) is known color: Cardinal. HEX triplet: AC, 11 and 33. RGB value is (172,17,51). Sum of RGB (Red+Green+Blue) = 172+17+51=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1133 is #53EECC. Grayscale: #434343. Windows color (decimal): -5500621 or 3346860. OLE color: 3346860.
HSL color Cylindrical-coordinate representation of color #AC1133: hue angle of 346.84º 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 #AC1133 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 51 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.33 |
| HSL | 346.84º | 0.82% | 0.37% | - |
| HSV(B) | 346.84º | 0.9% | 0.67% | - |
| XYZ | 17.81 | 9.41 | 4.01 | - |
| YUV | 67.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 51 | 0 | 0.90 | 0.70 | 0.33 | 346.84 | 0.82 | 0.37 |
| Hex | AC | 11 | 33 | 0 | 5A | 46 | 21 | 15B | 52 | 25 |
| Octal | 254 | 21 | 63 | 0 | 132 | 106 | 41 | 533 | 122 | 45 |
| Binary | 10101100 | 10001 | 110011 | 0 | 1011010 | 1000110 | 100001 | 101011011 | 1010010 | 100101 |
Color Harmonies of #AC1133
Complementary color
Monochromatic Colors of #AC1133
Black with #AC1133
Text Example
Text Example
White with #AC1133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1133; }
p { color: rgb(172,17,51); }
H1.HeaderClassName
{
color: #AC1133;
}
.AnyTagClassName
{
color: #AC1133;
}
</style>
background-color css
<style>
a { background-color: #AC1133; }
a { background-color: rgb(172,17,51); }
div.DivClassName
{
background-color: #AC1133;
}
.BgClassName
{
background-color: #AC1133;
}
</style>
border-color css
<style>
span { border-color: #AC1133; }
span { border-color: rgb(172,17,51); }
td.TdClassName
{
border-color: #AC1133;
}
.TagClassName
{
border-color: #AC1133;
}
</style>