Shades of Cardinal #AC1344
Tints of Cardinal #AC1344
RGB
CMYK
RGB Variations
Color information
#AC1344 (or 0xAC1344) is known color: Cardinal. HEX triplet: AC, 13 and 44. RGB value is (172,19,68). Sum of RGB (Red+Green+Blue) = 172+19+68=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1344 is #53ECBB. Grayscale: #464646. Windows color (decimal): -5500092 or 4461484. OLE color: 4461484.
HSL color Cylindrical-coordinate representation of color #AC1344: hue angle of 340.78º 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 #AC1344 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 68 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.33 |
| HSL | 340.78º | 0.8% | 0.37% | - |
| HSV(B) | 340.78º | 0.89% | 0.67% | - |
| XYZ | 18.29 | 9.65 | 6.37 | - |
| YUV | 70.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 68 | 0 | 0.89 | 0.60 | 0.33 | 340.78 | 0.8 | 0.37 |
| Hex | AC | 13 | 44 | 0 | 59 | 3C | 21 | 155 | 50 | 25 |
| Octal | 254 | 23 | 104 | 0 | 131 | 74 | 41 | 525 | 120 | 45 |
| Binary | 10101100 | 10011 | 1000100 | 0 | 1011001 | 111100 | 100001 | 101010101 | 1010000 | 100101 |
Color Harmonies of #AC1344
Complementary color
Monochromatic Colors of #AC1344
Black with #AC1344
Text Example
Text Example
White with #AC1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1344; }
p { color: rgb(172,19,68); }
H1.HeaderClassName
{
color: #AC1344;
}
.AnyTagClassName
{
color: #AC1344;
}
</style>
background-color css
<style>
a { background-color: #AC1344; }
a { background-color: rgb(172,19,68); }
div.DivClassName
{
background-color: #AC1344;
}
.BgClassName
{
background-color: #AC1344;
}
</style>
border-color css
<style>
span { border-color: #AC1344; }
span { border-color: rgb(172,19,68); }
td.TdClassName
{
border-color: #AC1344;
}
.TagClassName
{
border-color: #AC1344;
}
</style>