Shades of Cardinal #AC1745
Tints of Cardinal #AC1745
RGB
CMYK
RGB Variations
Color information
#AC1745 (or 0xAC1745) is known color: Cardinal. HEX triplet: AC, 17 and 45. RGB value is (172,23,69). Sum of RGB (Red+Green+Blue) = 172+23+69=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1745 is #53E8BA. Grayscale: #484848. Windows color (decimal): -5499067 or 4528044. OLE color: 4528044.
HSL color Cylindrical-coordinate representation of color #AC1745: hue angle of 341.48º degrees, saturation: 0.76, 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 #AC1745 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 69 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.33 |
| HSL | 341.48º | 0.76% | 0.38% | - |
| HSV(B) | 341.48º | 0.87% | 0.67% | - |
| XYZ | 18.39 | 9.81 | 6.55 | - |
| YUV | 72.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 69 | 0 | 0.87 | 0.60 | 0.33 | 341.48 | 0.76 | 0.38 |
| Hex | AC | 17 | 45 | 0 | 57 | 3C | 21 | 155 | 4C | 26 |
| Octal | 254 | 27 | 105 | 0 | 127 | 74 | 41 | 525 | 114 | 46 |
| Binary | 10101100 | 10111 | 1000101 | 0 | 1010111 | 111100 | 100001 | 101010101 | 1001100 | 100110 |
Color Harmonies of #AC1745
Complementary color
Monochromatic Colors of #AC1745
Black with #AC1745
Text Example
Text Example
White with #AC1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1745; }
p { color: rgb(172,23,69); }
H1.HeaderClassName
{
color: #AC1745;
}
.AnyTagClassName
{
color: #AC1745;
}
</style>
background-color css
<style>
a { background-color: #AC1745; }
a { background-color: rgb(172,23,69); }
div.DivClassName
{
background-color: #AC1745;
}
.BgClassName
{
background-color: #AC1745;
}
</style>
border-color css
<style>
span { border-color: #AC1745; }
span { border-color: rgb(172,23,69); }
td.TdClassName
{
border-color: #AC1745;
}
.TagClassName
{
border-color: #AC1745;
}
</style>