Shades of Cardinal #AC0537
Tints of Cardinal #AC0537
RGB
CMYK
RGB Variations
Color information
#AC0537 (or 0xAC0537) is known color: Cardinal. HEX triplet: AC, 05 and 37. RGB value is (172,5,55). Sum of RGB (Red+Green+Blue) = 172+5+55=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0537 is #53FAC8. Grayscale: #3C3C3C. Windows color (decimal): -5503689 or 3605932. OLE color: 3605932.
HSL color Cylindrical-coordinate representation of color #AC0537: hue angle of 342.04º 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 #AC0537 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 55 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.33 |
| HSL | 342.04º | 0.94% | 0.35% | - |
| HSV(B) | 342.04º | 0.97% | 0.67% | - |
| XYZ | 17.76 | 9.16 | 4.45 | - |
| YUV | 60.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 55 | 0 | 0.97 | 0.68 | 0.33 | 342.04 | 0.94 | 0.35 |
| Hex | AC | 5 | 37 | 0 | 61 | 44 | 21 | 156 | 5E | 23 |
| Octal | 254 | 5 | 67 | 0 | 141 | 104 | 41 | 526 | 136 | 43 |
| Binary | 10101100 | 101 | 110111 | 0 | 1100001 | 1000100 | 100001 | 101010110 | 1011110 | 100011 |
Color Harmonies of #AC0537
Complementary color
Monochromatic Colors of #AC0537
Black with #AC0537
Text Example
Text Example
White with #AC0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0537; }
p { color: rgb(172,5,55); }
H1.HeaderClassName
{
color: #AC0537;
}
.AnyTagClassName
{
color: #AC0537;
}
</style>
background-color css
<style>
a { background-color: #AC0537; }
a { background-color: rgb(172,5,55); }
div.DivClassName
{
background-color: #AC0537;
}
.BgClassName
{
background-color: #AC0537;
}
</style>
border-color css
<style>
span { border-color: #AC0537; }
span { border-color: rgb(172,5,55); }
td.TdClassName
{
border-color: #AC0537;
}
.TagClassName
{
border-color: #AC0537;
}
</style>