Shades of Cardinal #AC1632
Tints of Cardinal #AC1632
RGB
CMYK
RGB Variations
Color information
#AC1632 (or 0xAC1632) is known color: Cardinal. HEX triplet: AC, 16 and 32. RGB value is (172,22,50). Sum of RGB (Red+Green+Blue) = 172+22+50=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1632 is #53E9CD. Grayscale: #464646. Windows color (decimal): -5499342 or 3282604. OLE color: 3282604.
HSL color Cylindrical-coordinate representation of color #AC1632: hue angle of 348.8º 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 #AC1632 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 50 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.33 |
| HSL | 348.8º | 0.77% | 0.38% | - |
| HSV(B) | 348.8º | 0.87% | 0.67% | - |
| XYZ | 17.88 | 9.57 | 3.92 | - |
| YUV | 70.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 50 | 0 | 0.87 | 0.71 | 0.33 | 348.8 | 0.77 | 0.38 |
| Hex | AC | 16 | 32 | 0 | 57 | 47 | 21 | 15D | 4D | 26 |
| Octal | 254 | 26 | 62 | 0 | 127 | 107 | 41 | 535 | 115 | 46 |
| Binary | 10101100 | 10110 | 110010 | 0 | 1010111 | 1000111 | 100001 | 101011101 | 1001101 | 100110 |
Color Harmonies of #AC1632
Complementary color
Monochromatic Colors of #AC1632
Black with #AC1632
Text Example
Text Example
White with #AC1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1632; }
p { color: rgb(172,22,50); }
H1.HeaderClassName
{
color: #AC1632;
}
.AnyTagClassName
{
color: #AC1632;
}
</style>
background-color css
<style>
a { background-color: #AC1632; }
a { background-color: rgb(172,22,50); }
div.DivClassName
{
background-color: #AC1632;
}
.BgClassName
{
background-color: #AC1632;
}
</style>
border-color css
<style>
span { border-color: #AC1632; }
span { border-color: rgb(172,22,50); }
td.TdClassName
{
border-color: #AC1632;
}
.TagClassName
{
border-color: #AC1632;
}
</style>