Shades of Cardinal #AC123A
Tints of Cardinal #AC123A
RGB
CMYK
RGB Variations
Color information
#AC123A (or 0xAC123A) is known color: Cardinal. HEX triplet: AC, 12 and 3A. RGB value is (172,18,58). Sum of RGB (Red+Green+Blue) = 172+18+58=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC123A is #53EDC5. Grayscale: #444444. Windows color (decimal): -5500358 or 3805868. OLE color: 3805868.
HSL color Cylindrical-coordinate representation of color #AC123A: hue angle of 344.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC123A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 58 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.33 |
| HSL | 344.42º | 0.81% | 0.37% | - |
| HSV(B) | 344.42º | 0.9% | 0.67% | - |
| XYZ | 17.99 | 9.51 | 4.89 | - |
| YUV | 68.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 58 | 0 | 0.90 | 0.66 | 0.33 | 344.42 | 0.81 | 0.37 |
| Hex | AC | 12 | 3A | 0 | 5A | 42 | 21 | 158 | 51 | 25 |
| Octal | 254 | 22 | 72 | 0 | 132 | 102 | 41 | 530 | 121 | 45 |
| Binary | 10101100 | 10010 | 111010 | 0 | 1011010 | 1000010 | 100001 | 101011000 | 1010001 | 100101 |
Color Harmonies of #AC123A
Complementary color
Monochromatic Colors of #AC123A
Black with #AC123A
Text Example
Text Example
White with #AC123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC123A; }
p { color: rgb(172,18,58); }
H1.HeaderClassName
{
color: #AC123A;
}
.AnyTagClassName
{
color: #AC123A;
}
</style>
background-color css
<style>
a { background-color: #AC123A; }
a { background-color: rgb(172,18,58); }
div.DivClassName
{
background-color: #AC123A;
}
.BgClassName
{
background-color: #AC123A;
}
</style>
border-color css
<style>
span { border-color: #AC123A; }
span { border-color: rgb(172,18,58); }
td.TdClassName
{
border-color: #AC123A;
}
.TagClassName
{
border-color: #AC123A;
}
</style>