Shades of Cardinal #AC1328
Tints of Cardinal #AC1328
RGB
CMYK
RGB Variations
Color information
#AC1328 (or 0xAC1328) is known color: Cardinal. HEX triplet: AC, 13 and 28. RGB value is (172,19,40). Sum of RGB (Red+Green+Blue) = 172+19+40=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1328 is #53ECD7. Grayscale: #434343. Windows color (decimal): -5500120 or 2626476. OLE color: 2626476.
HSL color Cylindrical-coordinate representation of color #AC1328: hue angle of 351.76º 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 #AC1328 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 40 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.33 |
| HSL | 351.76º | 0.8% | 0.37% | - |
| HSV(B) | 351.76º | 0.89% | 0.67% | - |
| XYZ | 17.63 | 9.39 | 2.89 | - |
| YUV | 67.14 | 112.69 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 40 | 0 | 0.89 | 0.77 | 0.33 | 351.76 | 0.8 | 0.37 |
| Hex | AC | 13 | 28 | 0 | 59 | 4D | 21 | 160 | 50 | 25 |
| Octal | 254 | 23 | 50 | 0 | 131 | 115 | 41 | 540 | 120 | 45 |
| Binary | 10101100 | 10011 | 101000 | 0 | 1011001 | 1001101 | 100001 | 101100000 | 1010000 | 100101 |
Color Harmonies of #AC1328
Complementary color
Monochromatic Colors of #AC1328
Black with #AC1328
Text Example
Text Example
White with #AC1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1328; }
p { color: rgb(172,19,40); }
H1.HeaderClassName
{
color: #AC1328;
}
.AnyTagClassName
{
color: #AC1328;
}
</style>
background-color css
<style>
a { background-color: #AC1328; }
a { background-color: rgb(172,19,40); }
div.DivClassName
{
background-color: #AC1328;
}
.BgClassName
{
background-color: #AC1328;
}
</style>
border-color css
<style>
span { border-color: #AC1328; }
span { border-color: rgb(172,19,40); }
td.TdClassName
{
border-color: #AC1328;
}
.TagClassName
{
border-color: #AC1328;
}
</style>