Shades of Cardinal #AC0236
Tints of Cardinal #AC0236
RGB
CMYK
RGB Variations
Color information
#AC0236 (or 0xAC0236) is known color: Cardinal. HEX triplet: AC, 02 and 36. RGB value is (172,2,54). Sum of RGB (Red+Green+Blue) = 172+2+54=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0236 is #53FDC9. Grayscale: #3A3A3A. Windows color (decimal): -5504458 or 3539628. OLE color: 3539628.
HSL color Cylindrical-coordinate representation of color #AC0236: hue angle of 341.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0236 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.33 |
| HSL | 341.65º | 0.98% | 0.34% | - |
| HSV(B) | 341.65º | 0.99% | 0.67% | - |
| XYZ | 17.7 | 9.08 | 4.31 | - |
| YUV | 58.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 54 | 0 | 0.99 | 0.69 | 0.33 | 341.65 | 0.98 | 0.34 |
| Hex | AC | 2 | 36 | 0 | 63 | 45 | 21 | 156 | 62 | 22 |
| Octal | 254 | 2 | 66 | 0 | 143 | 105 | 41 | 526 | 142 | 42 |
| Binary | 10101100 | 10 | 110110 | 0 | 1100011 | 1000101 | 100001 | 101010110 | 1100010 | 100010 |
Color Harmonies of #AC0236
Complementary color
Monochromatic Colors of #AC0236
Black with #AC0236
Text Example
Text Example
White with #AC0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0236; }
p { color: rgb(172,2,54); }
H1.HeaderClassName
{
color: #AC0236;
}
.AnyTagClassName
{
color: #AC0236;
}
</style>
background-color css
<style>
a { background-color: #AC0236; }
a { background-color: rgb(172,2,54); }
div.DivClassName
{
background-color: #AC0236;
}
.BgClassName
{
background-color: #AC0236;
}
</style>
border-color css
<style>
span { border-color: #AC0236; }
span { border-color: rgb(172,2,54); }
td.TdClassName
{
border-color: #AC0236;
}
.TagClassName
{
border-color: #AC0236;
}
</style>