Shades of Cardinal #AC0533
Tints of Cardinal #AC0533
RGB
CMYK
RGB Variations
Color information
#AC0533 (or 0xAC0533) is known color: Cardinal. HEX triplet: AC, 05 and 33. RGB value is (172,5,51). Sum of RGB (Red+Green+Blue) = 172+5+51=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0533 is #53FACC. Grayscale: #3C3C3C. Windows color (decimal): -5503693 or 3343788. OLE color: 3343788.
HSL color Cylindrical-coordinate representation of color #AC0533: hue angle of 343.47º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0533 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 51 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.33 |
| HSL | 343.47º | 0.94% | 0.35% | - |
| HSV(B) | 343.47º | 0.97% | 0.67% | - |
| XYZ | 17.67 | 9.12 | 3.96 | - |
| YUV | 60.18 | 122.83 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 51 | 0 | 0.97 | 0.70 | 0.33 | 343.47 | 0.94 | 0.35 |
| Hex | AC | 5 | 33 | 0 | 61 | 46 | 21 | 157 | 5E | 23 |
| Octal | 254 | 5 | 63 | 0 | 141 | 106 | 41 | 527 | 136 | 43 |
| Binary | 10101100 | 101 | 110011 | 0 | 1100001 | 1000110 | 100001 | 101010111 | 1011110 | 100011 |
Color Harmonies of #AC0533
Complementary color
Monochromatic Colors of #AC0533
Black with #AC0533
Text Example
Text Example
White with #AC0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0533; }
p { color: rgb(172,5,51); }
H1.HeaderClassName
{
color: #AC0533;
}
.AnyTagClassName
{
color: #AC0533;
}
</style>
background-color css
<style>
a { background-color: #AC0533; }
a { background-color: rgb(172,5,51); }
div.DivClassName
{
background-color: #AC0533;
}
.BgClassName
{
background-color: #AC0533;
}
</style>
border-color css
<style>
span { border-color: #AC0533; }
span { border-color: rgb(172,5,51); }
td.TdClassName
{
border-color: #AC0533;
}
.TagClassName
{
border-color: #AC0533;
}
</style>