Shades of Cardinal #AC123B
Tints of Cardinal #AC123B
RGB
CMYK
RGB Variations
Color information
#AC123B (or 0xAC123B) is known color: Cardinal. HEX triplet: AC, 12 and 3B. RGB value is (172,18,59). Sum of RGB (Red+Green+Blue) = 172+18+59=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC123B is #53EDC4. Grayscale: #444444. Windows color (decimal): -5500357 or 3871404. OLE color: 3871404.
HSL color Cylindrical-coordinate representation of color #AC123B: hue angle of 344.03º 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 #AC123B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 59 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.33 |
| HSL | 344.03º | 0.81% | 0.37% | - |
| HSV(B) | 344.03º | 0.9% | 0.67% | - |
| XYZ | 18.02 | 9.52 | 5.03 | - |
| YUV | 68.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 59 | 0 | 0.90 | 0.66 | 0.33 | 344.03 | 0.81 | 0.37 |
| Hex | AC | 12 | 3B | 0 | 5A | 42 | 21 | 158 | 51 | 25 |
| Octal | 254 | 22 | 73 | 0 | 132 | 102 | 41 | 530 | 121 | 45 |
| Binary | 10101100 | 10010 | 111011 | 0 | 1011010 | 1000010 | 100001 | 101011000 | 1010001 | 100101 |
Color Harmonies of #AC123B
Complementary color
Monochromatic Colors of #AC123B
Black with #AC123B
Text Example
Text Example
White with #AC123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC123B; }
p { color: rgb(172,18,59); }
H1.HeaderClassName
{
color: #AC123B;
}
.AnyTagClassName
{
color: #AC123B;
}
</style>
background-color css
<style>
a { background-color: #AC123B; }
a { background-color: rgb(172,18,59); }
div.DivClassName
{
background-color: #AC123B;
}
.BgClassName
{
background-color: #AC123B;
}
</style>
border-color css
<style>
span { border-color: #AC123B; }
span { border-color: rgb(172,18,59); }
td.TdClassName
{
border-color: #AC123B;
}
.TagClassName
{
border-color: #AC123B;
}
</style>