Shades of Cardinal #AC132C
Tints of Cardinal #AC132C
RGB
CMYK
RGB Variations
Color information
#AC132C (or 0xAC132C) is known color: Cardinal. HEX triplet: AC, 13 and 2C. RGB value is (172,19,44). Sum of RGB (Red+Green+Blue) = 172+19+44=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC132C is #53ECD3. Grayscale: #434343. Windows color (decimal): -5500116 or 2888620. OLE color: 2888620.
HSL color Cylindrical-coordinate representation of color #AC132C: hue angle of 350.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC132C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 44 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.33 |
| HSL | 350.2º | 0.8% | 0.37% | - |
| HSV(B) | 350.2º | 0.89% | 0.67% | - |
| XYZ | 17.7 | 9.42 | 3.27 | - |
| YUV | 67.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 44 | 0 | 0.89 | 0.74 | 0.33 | 350.2 | 0.8 | 0.37 |
| Hex | AC | 13 | 2C | 0 | 59 | 4A | 21 | 15E | 50 | 25 |
| Octal | 254 | 23 | 54 | 0 | 131 | 112 | 41 | 536 | 120 | 45 |
| Binary | 10101100 | 10011 | 101100 | 0 | 1011001 | 1001010 | 100001 | 101011110 | 1010000 | 100101 |
Color Harmonies of #AC132C
Complementary color
Monochromatic Colors of #AC132C
Black with #AC132C
Text Example
Text Example
White with #AC132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC132C; }
p { color: rgb(172,19,44); }
H1.HeaderClassName
{
color: #AC132C;
}
.AnyTagClassName
{
color: #AC132C;
}
</style>
background-color css
<style>
a { background-color: #AC132C; }
a { background-color: rgb(172,19,44); }
div.DivClassName
{
background-color: #AC132C;
}
.BgClassName
{
background-color: #AC132C;
}
</style>
border-color css
<style>
span { border-color: #AC132C; }
span { border-color: rgb(172,19,44); }
td.TdClassName
{
border-color: #AC132C;
}
.TagClassName
{
border-color: #AC132C;
}
</style>