Shades of Cardinal #AC033A
Tints of Cardinal #AC033A
RGB
CMYK
RGB Variations
Color information
#AC033A (or 0xAC033A) is known color: Cardinal. HEX triplet: AC, 03 and 3A. RGB value is (172,3,58). Sum of RGB (Red+Green+Blue) = 172+3+58=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC033A is #53FCC5. Grayscale: #3B3B3B. Windows color (decimal): -5504198 or 3802028. OLE color: 3802028.
HSL color Cylindrical-coordinate representation of color #AC033A: hue angle of 340.47º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC033A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.33 |
| HSL | 340.47º | 0.97% | 0.34% | - |
| HSV(B) | 340.47º | 0.98% | 0.67% | - |
| XYZ | 17.81 | 9.14 | 4.83 | - |
| YUV | 59.8 | 126.99 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 58 | 0 | 0.98 | 0.66 | 0.33 | 340.47 | 0.97 | 0.34 |
| Hex | AC | 3 | 3A | 0 | 62 | 42 | 21 | 154 | 61 | 22 |
| Octal | 254 | 3 | 72 | 0 | 142 | 102 | 41 | 524 | 141 | 42 |
| Binary | 10101100 | 11 | 111010 | 0 | 1100010 | 1000010 | 100001 | 101010100 | 1100001 | 100010 |
Color Harmonies of #AC033A
Complementary color
Monochromatic Colors of #AC033A
Black with #AC033A
Text Example
Text Example
White with #AC033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC033A; }
p { color: rgb(172,3,58); }
H1.HeaderClassName
{
color: #AC033A;
}
.AnyTagClassName
{
color: #AC033A;
}
</style>
background-color css
<style>
a { background-color: #AC033A; }
a { background-color: rgb(172,3,58); }
div.DivClassName
{
background-color: #AC033A;
}
.BgClassName
{
background-color: #AC033A;
}
</style>
border-color css
<style>
span { border-color: #AC033A; }
span { border-color: rgb(172,3,58); }
td.TdClassName
{
border-color: #AC033A;
}
.TagClassName
{
border-color: #AC033A;
}
</style>