Shades of Cardinal #AC1327
Tints of Cardinal #AC1327
RGB
CMYK
RGB Variations
Color information
#AC1327 (or 0xAC1327) is known color: Cardinal. HEX triplet: AC, 13 and 27. RGB value is (172,19,39). Sum of RGB (Red+Green+Blue) = 172+19+39=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1327 is #53ECD8. Grayscale: #434343. Windows color (decimal): -5500121 or 2560940. OLE color: 2560940.
HSL color Cylindrical-coordinate representation of color #AC1327: hue angle of 352.16º 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 #AC1327 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 39 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.33 |
| HSL | 352.16º | 0.8% | 0.37% | - |
| HSV(B) | 352.16º | 0.89% | 0.67% | - |
| XYZ | 17.61 | 9.38 | 2.8 | - |
| YUV | 67.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 39 | 0 | 0.89 | 0.77 | 0.33 | 352.16 | 0.8 | 0.37 |
| Hex | AC | 13 | 27 | 0 | 59 | 4D | 21 | 160 | 50 | 25 |
| Octal | 254 | 23 | 47 | 0 | 131 | 115 | 41 | 540 | 120 | 45 |
| Binary | 10101100 | 10011 | 100111 | 0 | 1011001 | 1001101 | 100001 | 101100000 | 1010000 | 100101 |
Color Harmonies of #AC1327
Complementary color
Monochromatic Colors of #AC1327
Black with #AC1327
Text Example
Text Example
White with #AC1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1327; }
p { color: rgb(172,19,39); }
H1.HeaderClassName
{
color: #AC1327;
}
.AnyTagClassName
{
color: #AC1327;
}
</style>
background-color css
<style>
a { background-color: #AC1327; }
a { background-color: rgb(172,19,39); }
div.DivClassName
{
background-color: #AC1327;
}
.BgClassName
{
background-color: #AC1327;
}
</style>
border-color css
<style>
span { border-color: #AC1327; }
span { border-color: rgb(172,19,39); }
td.TdClassName
{
border-color: #AC1327;
}
.TagClassName
{
border-color: #AC1327;
}
</style>