Shades of Cardinal #AC0539
Tints of Cardinal #AC0539
RGB
CMYK
RGB Variations
Color information
#AC0539 (or 0xAC0539) is known color: Cardinal. HEX triplet: AC, 05 and 39. RGB value is (172,5,57). Sum of RGB (Red+Green+Blue) = 172+5+57=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0539 is #53FAC6. Grayscale: #3C3C3C. Windows color (decimal): -5503687 or 3737004. OLE color: 3737004.
HSL color Cylindrical-coordinate representation of color #AC0539: hue angle of 341.32º 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 #AC0539 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 57 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.33 |
| HSL | 341.32º | 0.94% | 0.35% | - |
| HSV(B) | 341.32º | 0.97% | 0.67% | - |
| XYZ | 17.81 | 9.17 | 4.7 | - |
| YUV | 60.86 | 125.83 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 57 | 0 | 0.97 | 0.67 | 0.33 | 341.32 | 0.94 | 0.35 |
| Hex | AC | 5 | 39 | 0 | 61 | 43 | 21 | 155 | 5E | 23 |
| Octal | 254 | 5 | 71 | 0 | 141 | 103 | 41 | 525 | 136 | 43 |
| Binary | 10101100 | 101 | 111001 | 0 | 1100001 | 1000011 | 100001 | 101010101 | 1011110 | 100011 |
Color Harmonies of #AC0539
Complementary color
Monochromatic Colors of #AC0539
Black with #AC0539
Text Example
Text Example
White with #AC0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0539; }
p { color: rgb(172,5,57); }
H1.HeaderClassName
{
color: #AC0539;
}
.AnyTagClassName
{
color: #AC0539;
}
</style>
background-color css
<style>
a { background-color: #AC0539; }
a { background-color: rgb(172,5,57); }
div.DivClassName
{
background-color: #AC0539;
}
.BgClassName
{
background-color: #AC0539;
}
</style>
border-color css
<style>
span { border-color: #AC0539; }
span { border-color: rgb(172,5,57); }
td.TdClassName
{
border-color: #AC0539;
}
.TagClassName
{
border-color: #AC0539;
}
</style>