Shades of Cardinal #AC1232
Tints of Cardinal #AC1232
RGB
CMYK
RGB Variations
Color information
#AC1232 (or 0xAC1232) is known color: Cardinal. HEX triplet: AC, 12 and 32. RGB value is (172,18,50). Sum of RGB (Red+Green+Blue) = 172+18+50=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1232 is #53EDCD. Grayscale: #434343. Windows color (decimal): -5500366 or 3281580. OLE color: 3281580.
HSL color Cylindrical-coordinate representation of color #AC1232: hue angle of 347.53º 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 #AC1232 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 50 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.33 |
| HSL | 347.53º | 0.81% | 0.37% | - |
| HSV(B) | 347.53º | 0.9% | 0.67% | - |
| XYZ | 17.81 | 9.43 | 3.9 | - |
| YUV | 67.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 50 | 0 | 0.90 | 0.71 | 0.33 | 347.53 | 0.81 | 0.37 |
| Hex | AC | 12 | 32 | 0 | 5A | 47 | 21 | 15C | 51 | 25 |
| Octal | 254 | 22 | 62 | 0 | 132 | 107 | 41 | 534 | 121 | 45 |
| Binary | 10101100 | 10010 | 110010 | 0 | 1011010 | 1000111 | 100001 | 101011100 | 1010001 | 100101 |
Color Harmonies of #AC1232
Complementary color
Monochromatic Colors of #AC1232
Black with #AC1232
Text Example
Text Example
White with #AC1232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1232; }
p { color: rgb(172,18,50); }
H1.HeaderClassName
{
color: #AC1232;
}
.AnyTagClassName
{
color: #AC1232;
}
</style>
background-color css
<style>
a { background-color: #AC1232; }
a { background-color: rgb(172,18,50); }
div.DivClassName
{
background-color: #AC1232;
}
.BgClassName
{
background-color: #AC1232;
}
</style>
border-color css
<style>
span { border-color: #AC1232; }
span { border-color: rgb(172,18,50); }
td.TdClassName
{
border-color: #AC1232;
}
.TagClassName
{
border-color: #AC1232;
}
</style>