Shades of Cardinal #AC2240
Tints of Cardinal #AC2240
RGB
CMYK
RGB Variations
Color information
#AC2240 (or 0xAC2240) is known color: Cardinal. HEX triplet: AC, 22 and 40. RGB value is (172,34,64). Sum of RGB (Red+Green+Blue) = 172+34+64=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2240 is #53DDBF. Grayscale: #4E4E4E. Windows color (decimal): -5496256 or 4203180. OLE color: 4203180.
HSL color Cylindrical-coordinate representation of color #AC2240: hue angle of 346.96º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2240 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 64 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.33 |
| HSL | 346.96º | 0.67% | 0.4% | - |
| HSV(B) | 346.96º | 0.8% | 0.67% | - |
| XYZ | 18.51 | 10.28 | 5.86 | - |
| YUV | 78.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 64 | 0 | 0.80 | 0.63 | 0.33 | 346.96 | 0.67 | 0.4 |
| Hex | AC | 22 | 40 | 0 | 50 | 3F | 21 | 15B | 43 | 28 |
| Octal | 254 | 42 | 100 | 0 | 120 | 77 | 41 | 533 | 103 | 50 |
| Binary | 10101100 | 100010 | 1000000 | 0 | 1010000 | 111111 | 100001 | 101011011 | 1000011 | 101000 |
Color Harmonies of #AC2240
Complementary color
Monochromatic Colors of #AC2240
Black with #AC2240
Text Example
Text Example
White with #AC2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2240; }
p { color: rgb(172,34,64); }
H1.HeaderClassName
{
color: #AC2240;
}
.AnyTagClassName
{
color: #AC2240;
}
</style>
background-color css
<style>
a { background-color: #AC2240; }
a { background-color: rgb(172,34,64); }
div.DivClassName
{
background-color: #AC2240;
}
.BgClassName
{
background-color: #AC2240;
}
</style>
border-color css
<style>
span { border-color: #AC2240; }
span { border-color: rgb(172,34,64); }
td.TdClassName
{
border-color: #AC2240;
}
.TagClassName
{
border-color: #AC2240;
}
</style>