Shades of Cardinal #AC0C36
Tints of Cardinal #AC0C36
RGB
CMYK
RGB Variations
Color information
#AC0C36 (or 0xAC0C36) is known color: Cardinal. HEX triplet: AC, 0C and 36. RGB value is (172,12,54). Sum of RGB (Red+Green+Blue) = 172+12+54=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C36 is #53F3C9. Grayscale: #404040. Windows color (decimal): -5501898 or 3542188. OLE color: 3542188.
HSL color Cylindrical-coordinate representation of color #AC0C36: hue angle of 344.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C36 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 54 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.33 |
| HSL | 344.25º | 0.87% | 0.36% | - |
| HSV(B) | 344.25º | 0.93% | 0.67% | - |
| XYZ | 17.81 | 9.3 | 4.35 | - |
| YUV | 64.63 | 122.01 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 54 | 0 | 0.93 | 0.69 | 0.33 | 344.25 | 0.87 | 0.36 |
| Hex | AC | C | 36 | 0 | 5D | 45 | 21 | 158 | 57 | 24 |
| Octal | 254 | 14 | 66 | 0 | 135 | 105 | 41 | 530 | 127 | 44 |
| Binary | 10101100 | 1100 | 110110 | 0 | 1011101 | 1000101 | 100001 | 101011000 | 1010111 | 100100 |
Color Harmonies of #AC0C36
Complementary color
Monochromatic Colors of #AC0C36
Black with #AC0C36
Text Example
Text Example
White with #AC0C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C36; }
p { color: rgb(172,12,54); }
H1.HeaderClassName
{
color: #AC0C36;
}
.AnyTagClassName
{
color: #AC0C36;
}
</style>
background-color css
<style>
a { background-color: #AC0C36; }
a { background-color: rgb(172,12,54); }
div.DivClassName
{
background-color: #AC0C36;
}
.BgClassName
{
background-color: #AC0C36;
}
</style>
border-color css
<style>
span { border-color: #AC0C36; }
span { border-color: rgb(172,12,54); }
td.TdClassName
{
border-color: #AC0C36;
}
.TagClassName
{
border-color: #AC0C36;
}
</style>