Shades of Cardinal #AC1628
Tints of Cardinal #AC1628
RGB
CMYK
RGB Variations
Color information
#AC1628 (or 0xAC1628) is known color: Cardinal. HEX triplet: AC, 16 and 28. RGB value is (172,22,40). Sum of RGB (Red+Green+Blue) = 172+22+40=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1628 is #53E9D7. Grayscale: #444444. Windows color (decimal): -5499352 or 2627244. OLE color: 2627244.
HSL color Cylindrical-coordinate representation of color #AC1628: hue angle of 352.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 #AC1628 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 40 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.33 |
| HSL | 352.8º | 0.77% | 0.38% | - |
| HSV(B) | 352.8º | 0.87% | 0.67% | - |
| XYZ | 17.68 | 9.5 | 2.91 | - |
| YUV | 68.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 40 | 0 | 0.87 | 0.77 | 0.33 | 352.8 | 0.77 | 0.38 |
| Hex | AC | 16 | 28 | 0 | 57 | 4D | 21 | 161 | 4D | 26 |
| Octal | 254 | 26 | 50 | 0 | 127 | 115 | 41 | 541 | 115 | 46 |
| Binary | 10101100 | 10110 | 101000 | 0 | 1010111 | 1001101 | 100001 | 101100001 | 1001101 | 100110 |
Color Harmonies of #AC1628
Complementary color
Monochromatic Colors of #AC1628
Black with #AC1628
Text Example
Text Example
White with #AC1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1628; }
p { color: rgb(172,22,40); }
H1.HeaderClassName
{
color: #AC1628;
}
.AnyTagClassName
{
color: #AC1628;
}
</style>
background-color css
<style>
a { background-color: #AC1628; }
a { background-color: rgb(172,22,40); }
div.DivClassName
{
background-color: #AC1628;
}
.BgClassName
{
background-color: #AC1628;
}
</style>
border-color css
<style>
span { border-color: #AC1628; }
span { border-color: rgb(172,22,40); }
td.TdClassName
{
border-color: #AC1628;
}
.TagClassName
{
border-color: #AC1628;
}
</style>