Shades of Cardinal #AC003A
Tints of Cardinal #AC003A
RGB
CMYK
RGB Variations
Color information
#AC003A (or 0xAC003A) is known color: Cardinal. HEX triplet: AC, 00 and 3A. RGB value is (172,0,58). Sum of RGB (Red+Green+Blue) = 172+0+58=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC003A is #53FFC5. Grayscale: #393939. Windows color (decimal): -5504966 or 3801260. OLE color: 3801260.
HSL color Cylindrical-coordinate representation of color #AC003A: hue angle of 339.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC003A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.66 | 0.33 |
| HSL | 339.77º | 1% | 0.34% | - |
| HSV(B) | 339.77º | 1% | 0.67% | - |
| XYZ | 17.78 | 9.08 | 4.82 | - |
| YUV | 58.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 58 | 0 | 1 | 0.66 | 0.33 | 339.77 | 1 | 0.34 |
| Hex | AC | 0 | 3A | 0 | 64 | 42 | 21 | 154 | 64 | 22 |
| Octal | 254 | 0 | 72 | 0 | 144 | 102 | 41 | 524 | 144 | 42 |
| Binary | 10101100 | 0 | 111010 | 0 | 1100100 | 1000010 | 100001 | 101010100 | 1100100 | 100010 |
Color Harmonies of #AC003A
Complementary color
Monochromatic Colors of #AC003A
Black with #AC003A
Text Example
Text Example
White with #AC003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC003A; }
p { color: rgb(172,0,58); }
H1.HeaderClassName
{
color: #AC003A;
}
.AnyTagClassName
{
color: #AC003A;
}
</style>
background-color css
<style>
a { background-color: #AC003A; }
a { background-color: rgb(172,0,58); }
div.DivClassName
{
background-color: #AC003A;
}
.BgClassName
{
background-color: #AC003A;
}
</style>
border-color css
<style>
span { border-color: #AC003A; }
span { border-color: rgb(172,0,58); }
td.TdClassName
{
border-color: #AC003A;
}
.TagClassName
{
border-color: #AC003A;
}
</style>