Shades of Cardinal #AC013A
Tints of Cardinal #AC013A
RGB
CMYK
RGB Variations
Color information
#AC013A (or 0xAC013A) is known color: Cardinal. HEX triplet: AC, 01 and 3A. RGB value is (172,1,58). Sum of RGB (Red+Green+Blue) = 172+1+58=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC013A is #53FEC5. Grayscale: #3A3A3A. Windows color (decimal): -5504710 or 3801516. OLE color: 3801516.
HSL color Cylindrical-coordinate representation of color #AC013A: hue angle of 340º degrees, saturation: 0.99, 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 #AC013A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.33 |
| HSL | 340º | 0.99% | 0.34% | - |
| HSV(B) | 340º | 0.99% | 0.67% | - |
| XYZ | 17.79 | 9.1 | 4.82 | - |
| YUV | 58.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 58 | 0 | 0.99 | 0.66 | 0.33 | 340 | 0.99 | 0.34 |
| Hex | AC | 1 | 3A | 0 | 63 | 42 | 21 | 154 | 63 | 22 |
| Octal | 254 | 1 | 72 | 0 | 143 | 102 | 41 | 524 | 143 | 42 |
| Binary | 10101100 | 1 | 111010 | 0 | 1100011 | 1000010 | 100001 | 101010100 | 1100011 | 100010 |
Color Harmonies of #AC013A
Complementary color
Monochromatic Colors of #AC013A
Black with #AC013A
Text Example
Text Example
White with #AC013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC013A; }
p { color: rgb(172,1,58); }
H1.HeaderClassName
{
color: #AC013A;
}
.AnyTagClassName
{
color: #AC013A;
}
</style>
background-color css
<style>
a { background-color: #AC013A; }
a { background-color: rgb(172,1,58); }
div.DivClassName
{
background-color: #AC013A;
}
.BgClassName
{
background-color: #AC013A;
}
</style>
border-color css
<style>
span { border-color: #AC013A; }
span { border-color: rgb(172,1,58); }
td.TdClassName
{
border-color: #AC013A;
}
.TagClassName
{
border-color: #AC013A;
}
</style>