Shades of Cardinal #AC0C33
Tints of Cardinal #AC0C33
RGB
CMYK
RGB Variations
Color information
#AC0C33 (or 0xAC0C33) is known color: Cardinal. HEX triplet: AC, 0C and 33. RGB value is (172,12,51). Sum of RGB (Red+Green+Blue) = 172+12+51=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C33 is #53F3CC. Grayscale: #404040. Windows color (decimal): -5501901 or 3345580. OLE color: 3345580.
HSL color Cylindrical-coordinate representation of color #AC0C33: hue angle of 345.38º 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 #AC0C33 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 51 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.33 |
| HSL | 345.38º | 0.87% | 0.36% | - |
| HSV(B) | 345.38º | 0.93% | 0.67% | - |
| XYZ | 17.74 | 9.27 | 3.99 | - |
| YUV | 64.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 51 | 0 | 0.93 | 0.70 | 0.33 | 345.38 | 0.87 | 0.36 |
| Hex | AC | C | 33 | 0 | 5D | 46 | 21 | 159 | 57 | 24 |
| Octal | 254 | 14 | 63 | 0 | 135 | 106 | 41 | 531 | 127 | 44 |
| Binary | 10101100 | 1100 | 110011 | 0 | 1011101 | 1000110 | 100001 | 101011001 | 1010111 | 100100 |
Color Harmonies of #AC0C33
Complementary color
Monochromatic Colors of #AC0C33
Black with #AC0C33
Text Example
Text Example
White with #AC0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C33; }
p { color: rgb(172,12,51); }
H1.HeaderClassName
{
color: #AC0C33;
}
.AnyTagClassName
{
color: #AC0C33;
}
</style>
background-color css
<style>
a { background-color: #AC0C33; }
a { background-color: rgb(172,12,51); }
div.DivClassName
{
background-color: #AC0C33;
}
.BgClassName
{
background-color: #AC0C33;
}
</style>
border-color css
<style>
span { border-color: #AC0C33; }
span { border-color: rgb(172,12,51); }
td.TdClassName
{
border-color: #AC0C33;
}
.TagClassName
{
border-color: #AC0C33;
}
</style>