Shades of Cardinal #AC1445
Tints of Cardinal #AC1445
RGB
CMYK
RGB Variations
Color information
#AC1445 (or 0xAC1445) is known color: Cardinal. HEX triplet: AC, 14 and 45. RGB value is (172,20,69). Sum of RGB (Red+Green+Blue) = 172+20+69=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1445 is #53EBBA. Grayscale: #464646. Windows color (decimal): -5499835 or 4527276. OLE color: 4527276.
HSL color Cylindrical-coordinate representation of color #AC1445: hue angle of 340.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1445 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 69 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.33 |
| HSL | 340.66º | 0.79% | 0.38% | - |
| HSV(B) | 340.66º | 0.88% | 0.67% | - |
| XYZ | 18.34 | 9.7 | 6.54 | - |
| YUV | 71.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 69 | 0 | 0.88 | 0.60 | 0.33 | 340.66 | 0.79 | 0.38 |
| Hex | AC | 14 | 45 | 0 | 58 | 3C | 21 | 155 | 4F | 26 |
| Octal | 254 | 24 | 105 | 0 | 130 | 74 | 41 | 525 | 117 | 46 |
| Binary | 10101100 | 10100 | 1000101 | 0 | 1011000 | 111100 | 100001 | 101010101 | 1001111 | 100110 |
Color Harmonies of #AC1445
Complementary color
Monochromatic Colors of #AC1445
Black with #AC1445
Text Example
Text Example
White with #AC1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1445; }
p { color: rgb(172,20,69); }
H1.HeaderClassName
{
color: #AC1445;
}
.AnyTagClassName
{
color: #AC1445;
}
</style>
background-color css
<style>
a { background-color: #AC1445; }
a { background-color: rgb(172,20,69); }
div.DivClassName
{
background-color: #AC1445;
}
.BgClassName
{
background-color: #AC1445;
}
</style>
border-color css
<style>
span { border-color: #AC1445; }
span { border-color: rgb(172,20,69); }
td.TdClassName
{
border-color: #AC1445;
}
.TagClassName
{
border-color: #AC1445;
}
</style>