Shades of Cardinal #AC043A
Tints of Cardinal #AC043A
RGB
CMYK
RGB Variations
Color information
#AC043A (or 0xAC043A) is known color: Cardinal. HEX triplet: AC, 04 and 3A. RGB value is (172,4,58). Sum of RGB (Red+Green+Blue) = 172+4+58=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC043A is #53FBC5. Grayscale: #3C3C3C. Windows color (decimal): -5503942 or 3802284. OLE color: 3802284.
HSL color Cylindrical-coordinate representation of color #AC043A: hue angle of 340.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC043A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.33 |
| HSL | 340.71º | 0.95% | 0.35% | - |
| HSV(B) | 340.71º | 0.98% | 0.67% | - |
| XYZ | 17.82 | 9.16 | 4.83 | - |
| YUV | 60.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 58 | 0 | 0.98 | 0.66 | 0.33 | 340.71 | 0.95 | 0.35 |
| Hex | AC | 4 | 3A | 0 | 62 | 42 | 21 | 155 | 5F | 23 |
| Octal | 254 | 4 | 72 | 0 | 142 | 102 | 41 | 525 | 137 | 43 |
| Binary | 10101100 | 100 | 111010 | 0 | 1100010 | 1000010 | 100001 | 101010101 | 1011111 | 100011 |
Color Harmonies of #AC043A
Complementary color
Monochromatic Colors of #AC043A
Black with #AC043A
Text Example
Text Example
White with #AC043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC043A; }
p { color: rgb(172,4,58); }
H1.HeaderClassName
{
color: #AC043A;
}
.AnyTagClassName
{
color: #AC043A;
}
</style>
background-color css
<style>
a { background-color: #AC043A; }
a { background-color: rgb(172,4,58); }
div.DivClassName
{
background-color: #AC043A;
}
.BgClassName
{
background-color: #AC043A;
}
</style>
border-color css
<style>
span { border-color: #AC043A; }
span { border-color: rgb(172,4,58); }
td.TdClassName
{
border-color: #AC043A;
}
.TagClassName
{
border-color: #AC043A;
}
</style>