Shades of Cardinal #AC2140
Tints of Cardinal #AC2140
RGB
CMYK
RGB Variations
Color information
#AC2140 (or 0xAC2140) is known color: Cardinal. HEX triplet: AC, 21 and 40. RGB value is (172,33,64). Sum of RGB (Red+Green+Blue) = 172+33+64=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2140 is #53DEBF. Grayscale: #4E4E4E. Windows color (decimal): -5496512 or 4202924. OLE color: 4202924.
HSL color Cylindrical-coordinate representation of color #AC2140: hue angle of 346.62º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2140 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 64 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.33 |
| HSL | 346.62º | 0.68% | 0.4% | - |
| HSV(B) | 346.62º | 0.81% | 0.67% | - |
| XYZ | 18.48 | 10.23 | 5.85 | - |
| YUV | 78.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 64 | 0 | 0.81 | 0.63 | 0.33 | 346.62 | 0.68 | 0.4 |
| Hex | AC | 21 | 40 | 0 | 51 | 3F | 21 | 15B | 44 | 28 |
| Octal | 254 | 41 | 100 | 0 | 121 | 77 | 41 | 533 | 104 | 50 |
| Binary | 10101100 | 100001 | 1000000 | 0 | 1010001 | 111111 | 100001 | 101011011 | 1000100 | 101000 |
Color Harmonies of #AC2140
Complementary color
Monochromatic Colors of #AC2140
Black with #AC2140
Text Example
Text Example
White with #AC2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2140; }
p { color: rgb(172,33,64); }
H1.HeaderClassName
{
color: #AC2140;
}
.AnyTagClassName
{
color: #AC2140;
}
</style>
background-color css
<style>
a { background-color: #AC2140; }
a { background-color: rgb(172,33,64); }
div.DivClassName
{
background-color: #AC2140;
}
.BgClassName
{
background-color: #AC2140;
}
</style>
border-color css
<style>
span { border-color: #AC2140; }
span { border-color: rgb(172,33,64); }
td.TdClassName
{
border-color: #AC2140;
}
.TagClassName
{
border-color: #AC2140;
}
</style>