Shades of Cardinal #AC023A
Tints of Cardinal #AC023A
RGB
CMYK
RGB Variations
Color information
#AC023A (or 0xAC023A) is known color: Cardinal. HEX triplet: AC, 02 and 3A. RGB value is (172,2,58). Sum of RGB (Red+Green+Blue) = 172+2+58=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC023A is #53FDC5. Grayscale: #3B3B3B. Windows color (decimal): -5504454 or 3801772. OLE color: 3801772.
HSL color Cylindrical-coordinate representation of color #AC023A: hue angle of 340.24º 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 #AC023A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.33 |
| HSL | 340.24º | 0.98% | 0.34% | - |
| HSV(B) | 340.24º | 0.99% | 0.67% | - |
| XYZ | 17.8 | 9.12 | 4.83 | - |
| YUV | 59.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 58 | 0 | 0.99 | 0.66 | 0.33 | 340.24 | 0.98 | 0.34 |
| Hex | AC | 2 | 3A | 0 | 63 | 42 | 21 | 154 | 62 | 22 |
| Octal | 254 | 2 | 72 | 0 | 143 | 102 | 41 | 524 | 142 | 42 |
| Binary | 10101100 | 10 | 111010 | 0 | 1100011 | 1000010 | 100001 | 101010100 | 1100010 | 100010 |
Color Harmonies of #AC023A
Complementary color
Monochromatic Colors of #AC023A
Black with #AC023A
Text Example
Text Example
White with #AC023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC023A; }
p { color: rgb(172,2,58); }
H1.HeaderClassName
{
color: #AC023A;
}
.AnyTagClassName
{
color: #AC023A;
}
</style>
background-color css
<style>
a { background-color: #AC023A; }
a { background-color: rgb(172,2,58); }
div.DivClassName
{
background-color: #AC023A;
}
.BgClassName
{
background-color: #AC023A;
}
</style>
border-color css
<style>
span { border-color: #AC023A; }
span { border-color: rgb(172,2,58); }
td.TdClassName
{
border-color: #AC023A;
}
.TagClassName
{
border-color: #AC023A;
}
</style>