Shades of Cardinal #AC2133
Tints of Cardinal #AC2133
RGB
CMYK
RGB Variations
Color information
#AC2133 (or 0xAC2133) is known color: Cardinal. HEX triplet: AC, 21 and 33. RGB value is (172,33,51). Sum of RGB (Red+Green+Blue) = 172+33+51=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2133 is #53DECC. Grayscale: #4C4C4C. Windows color (decimal): -5496525 or 3350956. OLE color: 3350956.
HSL color Cylindrical-coordinate representation of color #AC2133: hue angle of 352.23º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2133 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 51 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.33 |
| HSL | 352.23º | 0.68% | 0.4% | - |
| HSV(B) | 352.23º | 0.81% | 0.67% | - |
| XYZ | 18.15 | 10.1 | 4.12 | - |
| YUV | 76.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 51 | 0 | 0.81 | 0.70 | 0.33 | 352.23 | 0.68 | 0.4 |
| Hex | AC | 21 | 33 | 0 | 51 | 46 | 21 | 160 | 44 | 28 |
| Octal | 254 | 41 | 63 | 0 | 121 | 106 | 41 | 540 | 104 | 50 |
| Binary | 10101100 | 100001 | 110011 | 0 | 1010001 | 1000110 | 100001 | 101100000 | 1000100 | 101000 |
Color Harmonies of #AC2133
Complementary color
Monochromatic Colors of #AC2133
Black with #AC2133
Text Example
Text Example
White with #AC2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2133; }
p { color: rgb(172,33,51); }
H1.HeaderClassName
{
color: #AC2133;
}
.AnyTagClassName
{
color: #AC2133;
}
</style>
background-color css
<style>
a { background-color: #AC2133; }
a { background-color: rgb(172,33,51); }
div.DivClassName
{
background-color: #AC2133;
}
.BgClassName
{
background-color: #AC2133;
}
</style>
border-color css
<style>
span { border-color: #AC2133; }
span { border-color: rgb(172,33,51); }
td.TdClassName
{
border-color: #AC2133;
}
.TagClassName
{
border-color: #AC2133;
}
</style>