Shades of Cardinal #AC0D39
Tints of Cardinal #AC0D39
RGB
CMYK
RGB Variations
Color information
#AC0D39 (or 0xAC0D39) is known color: Cardinal. HEX triplet: AC, 0D and 39. RGB value is (172,13,57). Sum of RGB (Red+Green+Blue) = 172+13+57=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D39 is #53F2C6. Grayscale: #414141. Windows color (decimal): -5501639 or 3739052. OLE color: 3739052.
HSL color Cylindrical-coordinate representation of color #AC0D39: hue angle of 343.4º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D39 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 57 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.33 |
| HSL | 343.4º | 0.86% | 0.36% | - |
| HSV(B) | 343.4º | 0.92% | 0.67% | - |
| XYZ | 17.9 | 9.35 | 4.73 | - |
| YUV | 65.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 57 | 0 | 0.92 | 0.67 | 0.33 | 343.4 | 0.86 | 0.36 |
| Hex | AC | D | 39 | 0 | 5C | 43 | 21 | 157 | 56 | 24 |
| Octal | 254 | 15 | 71 | 0 | 134 | 103 | 41 | 527 | 126 | 44 |
| Binary | 10101100 | 1101 | 111001 | 0 | 1011100 | 1000011 | 100001 | 101010111 | 1010110 | 100100 |
Color Harmonies of #AC0D39
Complementary color
Monochromatic Colors of #AC0D39
Black with #AC0D39
Text Example
Text Example
White with #AC0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D39; }
p { color: rgb(172,13,57); }
H1.HeaderClassName
{
color: #AC0D39;
}
.AnyTagClassName
{
color: #AC0D39;
}
</style>
background-color css
<style>
a { background-color: #AC0D39; }
a { background-color: rgb(172,13,57); }
div.DivClassName
{
background-color: #AC0D39;
}
.BgClassName
{
background-color: #AC0D39;
}
</style>
border-color css
<style>
span { border-color: #AC0D39; }
span { border-color: rgb(172,13,57); }
td.TdClassName
{
border-color: #AC0D39;
}
.TagClassName
{
border-color: #AC0D39;
}
</style>