Shades of Cardinal #AC182C
Tints of Cardinal #AC182C
RGB
CMYK
RGB Variations
Color information
#AC182C (or 0xAC182C) is known color: Cardinal. HEX triplet: AC, 18 and 2C. RGB value is (172,24,44). Sum of RGB (Red+Green+Blue) = 172+24+44=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC182C is #53E7D3. Grayscale: #464646. Windows color (decimal): -5498836 or 2889900. OLE color: 2889900.
HSL color Cylindrical-coordinate representation of color #AC182C: hue angle of 351.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC182C is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 44 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.33 |
| HSL | 351.89º | 0.76% | 0.38% | - |
| HSV(B) | 351.89º | 0.86% | 0.67% | - |
| XYZ | 17.79 | 9.61 | 3.3 | - |
| YUV | 70.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 44 | 0 | 0.86 | 0.74 | 0.33 | 351.89 | 0.76 | 0.38 |
| Hex | AC | 18 | 2C | 0 | 56 | 4A | 21 | 160 | 4C | 26 |
| Octal | 254 | 30 | 54 | 0 | 126 | 112 | 41 | 540 | 114 | 46 |
| Binary | 10101100 | 11000 | 101100 | 0 | 1010110 | 1001010 | 100001 | 101100000 | 1001100 | 100110 |
Color Harmonies of #AC182C
Complementary color
Monochromatic Colors of #AC182C
Black with #AC182C
Text Example
Text Example
White with #AC182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC182C; }
p { color: rgb(172,24,44); }
H1.HeaderClassName
{
color: #AC182C;
}
.AnyTagClassName
{
color: #AC182C;
}
</style>
background-color css
<style>
a { background-color: #AC182C; }
a { background-color: rgb(172,24,44); }
div.DivClassName
{
background-color: #AC182C;
}
.BgClassName
{
background-color: #AC182C;
}
</style>
border-color css
<style>
span { border-color: #AC182C; }
span { border-color: rgb(172,24,44); }
td.TdClassName
{
border-color: #AC182C;
}
.TagClassName
{
border-color: #AC182C;
}
</style>