Shades of Cardinal #AC1446
Tints of Cardinal #AC1446
RGB
CMYK
RGB Variations
Color information
#AC1446 (or 0xAC1446) is known color: Cardinal. HEX triplet: AC, 14 and 46. RGB value is (172,20,70). Sum of RGB (Red+Green+Blue) = 172+20+70=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1446 is #53EBB9. Grayscale: #474747. Windows color (decimal): -5499834 or 4592812. OLE color: 4592812.
HSL color Cylindrical-coordinate representation of color #AC1446: hue angle of 340.26º 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 #AC1446 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 70 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.33 |
| HSL | 340.26º | 0.79% | 0.38% | - |
| HSV(B) | 340.26º | 0.88% | 0.67% | - |
| XYZ | 18.37 | 9.71 | 6.7 | - |
| YUV | 71.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 70 | 0 | 0.88 | 0.59 | 0.33 | 340.26 | 0.79 | 0.38 |
| Hex | AC | 14 | 46 | 0 | 58 | 3B | 21 | 154 | 4F | 26 |
| Octal | 254 | 24 | 106 | 0 | 130 | 73 | 41 | 524 | 117 | 46 |
| Binary | 10101100 | 10100 | 1000110 | 0 | 1011000 | 111011 | 100001 | 101010100 | 1001111 | 100110 |
Color Harmonies of #AC1446
Complementary color
Monochromatic Colors of #AC1446
Black with #AC1446
Text Example
Text Example
White with #AC1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1446; }
p { color: rgb(172,20,70); }
H1.HeaderClassName
{
color: #AC1446;
}
.AnyTagClassName
{
color: #AC1446;
}
</style>
background-color css
<style>
a { background-color: #AC1446; }
a { background-color: rgb(172,20,70); }
div.DivClassName
{
background-color: #AC1446;
}
.BgClassName
{
background-color: #AC1446;
}
</style>
border-color css
<style>
span { border-color: #AC1446; }
span { border-color: rgb(172,20,70); }
td.TdClassName
{
border-color: #AC1446;
}
.TagClassName
{
border-color: #AC1446;
}
</style>