Shades of Cardinal #AC1131
Tints of Cardinal #AC1131
RGB
CMYK
RGB Variations
Color information
#AC1131 (or 0xAC1131) is known color: Cardinal. HEX triplet: AC, 11 and 31. RGB value is (172,17,49). Sum of RGB (Red+Green+Blue) = 172+17+49=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1131 is #53EECE. Grayscale: #434343. Windows color (decimal): -5500623 or 3215788. OLE color: 3215788.
HSL color Cylindrical-coordinate representation of color #AC1131: hue angle of 347.61º degrees, saturation: 0.82, 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 #AC1131 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 49 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.33 |
| HSL | 347.61º | 0.82% | 0.37% | - |
| HSV(B) | 347.61º | 0.9% | 0.67% | - |
| XYZ | 17.77 | 9.39 | 3.78 | - |
| YUV | 66.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 49 | 0 | 0.90 | 0.72 | 0.33 | 347.61 | 0.82 | 0.37 |
| Hex | AC | 11 | 31 | 0 | 5A | 48 | 21 | 15C | 52 | 25 |
| Octal | 254 | 21 | 61 | 0 | 132 | 110 | 41 | 534 | 122 | 45 |
| Binary | 10101100 | 10001 | 110001 | 0 | 1011010 | 1001000 | 100001 | 101011100 | 1010010 | 100101 |
Color Harmonies of #AC1131
Complementary color
Monochromatic Colors of #AC1131
Black with #AC1131
Text Example
Text Example
White with #AC1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1131; }
p { color: rgb(172,17,49); }
H1.HeaderClassName
{
color: #AC1131;
}
.AnyTagClassName
{
color: #AC1131;
}
</style>
background-color css
<style>
a { background-color: #AC1131; }
a { background-color: rgb(172,17,49); }
div.DivClassName
{
background-color: #AC1131;
}
.BgClassName
{
background-color: #AC1131;
}
</style>
border-color css
<style>
span { border-color: #AC1131; }
span { border-color: rgb(172,17,49); }
td.TdClassName
{
border-color: #AC1131;
}
.TagClassName
{
border-color: #AC1131;
}
</style>