Shades of Cardinal #AC123C
Tints of Cardinal #AC123C
RGB
CMYK
RGB Variations
Color information
#AC123C (or 0xAC123C) is known color: Cardinal. HEX triplet: AC, 12 and 3C. RGB value is (172,18,60). Sum of RGB (Red+Green+Blue) = 172+18+60=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC123C is #53EDC3. Grayscale: #444444. Windows color (decimal): -5500356 or 3936940. OLE color: 3936940.
HSL color Cylindrical-coordinate representation of color #AC123C: hue angle of 343.64º 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 #AC123C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 60 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.33 |
| HSL | 343.64º | 0.81% | 0.37% | - |
| HSV(B) | 343.64º | 0.9% | 0.67% | - |
| XYZ | 18.05 | 9.53 | 5.16 | - |
| YUV | 68.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 60 | 0 | 0.90 | 0.65 | 0.33 | 343.64 | 0.81 | 0.37 |
| Hex | AC | 12 | 3C | 0 | 5A | 41 | 21 | 158 | 51 | 25 |
| Octal | 254 | 22 | 74 | 0 | 132 | 101 | 41 | 530 | 121 | 45 |
| Binary | 10101100 | 10010 | 111100 | 0 | 1011010 | 1000001 | 100001 | 101011000 | 1010001 | 100101 |
Color Harmonies of #AC123C
Complementary color
Monochromatic Colors of #AC123C
Black with #AC123C
Text Example
Text Example
White with #AC123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC123C; }
p { color: rgb(172,18,60); }
H1.HeaderClassName
{
color: #AC123C;
}
.AnyTagClassName
{
color: #AC123C;
}
</style>
background-color css
<style>
a { background-color: #AC123C; }
a { background-color: rgb(172,18,60); }
div.DivClassName
{
background-color: #AC123C;
}
.BgClassName
{
background-color: #AC123C;
}
</style>
border-color css
<style>
span { border-color: #AC123C; }
span { border-color: rgb(172,18,60); }
td.TdClassName
{
border-color: #AC123C;
}
.TagClassName
{
border-color: #AC123C;
}
</style>