Shades of Cardinal #AC1631
Tints of Cardinal #AC1631
RGB
CMYK
RGB Variations
Color information
#AC1631 (or 0xAC1631) is known color: Cardinal. HEX triplet: AC, 16 and 31. RGB value is (172,22,49). Sum of RGB (Red+Green+Blue) = 172+22+49=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1631 is #53E9CE. Grayscale: #454545. Windows color (decimal): -5499343 or 3217068. OLE color: 3217068.
HSL color Cylindrical-coordinate representation of color #AC1631: hue angle of 349.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1631 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 49 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.33 |
| HSL | 349.2º | 0.77% | 0.38% | - |
| HSV(B) | 349.2º | 0.87% | 0.67% | - |
| XYZ | 17.85 | 9.57 | 3.81 | - |
| YUV | 69.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 49 | 0 | 0.87 | 0.72 | 0.33 | 349.2 | 0.77 | 0.38 |
| Hex | AC | 16 | 31 | 0 | 57 | 48 | 21 | 15D | 4D | 26 |
| Octal | 254 | 26 | 61 | 0 | 127 | 110 | 41 | 535 | 115 | 46 |
| Binary | 10101100 | 10110 | 110001 | 0 | 1010111 | 1001000 | 100001 | 101011101 | 1001101 | 100110 |
Color Harmonies of #AC1631
Complementary color
Monochromatic Colors of #AC1631
Black with #AC1631
Text Example
Text Example
White with #AC1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1631; }
p { color: rgb(172,22,49); }
H1.HeaderClassName
{
color: #AC1631;
}
.AnyTagClassName
{
color: #AC1631;
}
</style>
background-color css
<style>
a { background-color: #AC1631; }
a { background-color: rgb(172,22,49); }
div.DivClassName
{
background-color: #AC1631;
}
.BgClassName
{
background-color: #AC1631;
}
</style>
border-color css
<style>
span { border-color: #AC1631; }
span { border-color: rgb(172,22,49); }
td.TdClassName
{
border-color: #AC1631;
}
.TagClassName
{
border-color: #AC1631;
}
</style>