Shades of Cardinal #AC1330
Tints of Cardinal #AC1330
RGB
CMYK
RGB Variations
Color information
#AC1330 (or 0xAC1330) is known color: Cardinal. HEX triplet: AC, 13 and 30. RGB value is (172,19,48). Sum of RGB (Red+Green+Blue) = 172+19+48=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1330 is #53ECCF. Grayscale: #444444. Windows color (decimal): -5500112 or 3150764. OLE color: 3150764.
HSL color Cylindrical-coordinate representation of color #AC1330: hue angle of 348.63º 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 #AC1330 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 48 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.33 |
| HSL | 348.63º | 0.8% | 0.37% | - |
| HSV(B) | 348.63º | 0.89% | 0.67% | - |
| XYZ | 17.78 | 9.45 | 3.68 | - |
| YUV | 68.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 48 | 0 | 0.89 | 0.72 | 0.33 | 348.63 | 0.8 | 0.37 |
| Hex | AC | 13 | 30 | 0 | 59 | 48 | 21 | 15D | 50 | 25 |
| Octal | 254 | 23 | 60 | 0 | 131 | 110 | 41 | 535 | 120 | 45 |
| Binary | 10101100 | 10011 | 110000 | 0 | 1011001 | 1001000 | 100001 | 101011101 | 1010000 | 100101 |
Color Harmonies of #AC1330
Complementary color
Monochromatic Colors of #AC1330
Black with #AC1330
Text Example
Text Example
White with #AC1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1330; }
p { color: rgb(172,19,48); }
H1.HeaderClassName
{
color: #AC1330;
}
.AnyTagClassName
{
color: #AC1330;
}
</style>
background-color css
<style>
a { background-color: #AC1330; }
a { background-color: rgb(172,19,48); }
div.DivClassName
{
background-color: #AC1330;
}
.BgClassName
{
background-color: #AC1330;
}
</style>
border-color css
<style>
span { border-color: #AC1330; }
span { border-color: rgb(172,19,48); }
td.TdClassName
{
border-color: #AC1330;
}
.TagClassName
{
border-color: #AC1330;
}
</style>