Shades of Cardinal #AC2839
Tints of Cardinal #AC2839
RGB
CMYK
RGB Variations
Color information
#AC2839 (or 0xAC2839) is known color: Cardinal. HEX triplet: AC, 28 and 39. RGB value is (172,40,57). Sum of RGB (Red+Green+Blue) = 172+40+57=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2839 is #53D7C6. Grayscale: #515151. Windows color (decimal): -5494727 or 3745964. OLE color: 3745964.
HSL color Cylindrical-coordinate representation of color #AC2839: hue angle of 352.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2839 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 57 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.33 |
| HSL | 352.27º | 0.62% | 0.42% | - |
| HSV(B) | 352.27º | 0.77% | 0.67% | - |
| XYZ | 18.51 | 10.58 | 4.94 | - |
| YUV | 81.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 57 | 0 | 0.77 | 0.67 | 0.33 | 352.27 | 0.62 | 0.42 |
| Hex | AC | 28 | 39 | 0 | 4D | 43 | 21 | 160 | 3E | 2A |
| Octal | 254 | 50 | 71 | 0 | 115 | 103 | 41 | 540 | 76 | 52 |
| Binary | 10101100 | 101000 | 111001 | 0 | 1001101 | 1000011 | 100001 | 101100000 | 111110 | 101010 |
Color Harmonies of #AC2839
Complementary color
Monochromatic Colors of #AC2839
Black with #AC2839
Text Example
Text Example
White with #AC2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2839; }
p { color: rgb(172,40,57); }
H1.HeaderClassName
{
color: #AC2839;
}
.AnyTagClassName
{
color: #AC2839;
}
</style>
background-color css
<style>
a { background-color: #AC2839; }
a { background-color: rgb(172,40,57); }
div.DivClassName
{
background-color: #AC2839;
}
.BgClassName
{
background-color: #AC2839;
}
</style>
border-color css
<style>
span { border-color: #AC2839; }
span { border-color: rgb(172,40,57); }
td.TdClassName
{
border-color: #AC2839;
}
.TagClassName
{
border-color: #AC2839;
}
</style>