Shades of Cardinal #AC2639
Tints of Cardinal #AC2639
RGB
CMYK
RGB Variations
Color information
#AC2639 (or 0xAC2639) is known color: Cardinal. HEX triplet: AC, 26 and 39. RGB value is (172,38,57). Sum of RGB (Red+Green+Blue) = 172+38+57=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2639 is #53D9C6. Grayscale: #505050. Windows color (decimal): -5495239 or 3745452. OLE color: 3745452.
HSL color Cylindrical-coordinate representation of color #AC2639: hue angle of 351.49º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2639 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 57 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.33 |
| HSL | 351.49º | 0.64% | 0.41% | - |
| HSV(B) | 351.49º | 0.78% | 0.67% | - |
| XYZ | 18.44 | 10.45 | 4.92 | - |
| YUV | 80.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 57 | 0 | 0.78 | 0.67 | 0.33 | 351.49 | 0.64 | 0.41 |
| Hex | AC | 26 | 39 | 0 | 4E | 43 | 21 | 15F | 40 | 29 |
| Octal | 254 | 46 | 71 | 0 | 116 | 103 | 41 | 537 | 100 | 51 |
| Binary | 10101100 | 100110 | 111001 | 0 | 1001110 | 1000011 | 100001 | 101011111 | 1000000 | 101001 |
Color Harmonies of #AC2639
Complementary color
Monochromatic Colors of #AC2639
Black with #AC2639
Text Example
Text Example
White with #AC2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2639; }
p { color: rgb(172,38,57); }
H1.HeaderClassName
{
color: #AC2639;
}
.AnyTagClassName
{
color: #AC2639;
}
</style>
background-color css
<style>
a { background-color: #AC2639; }
a { background-color: rgb(172,38,57); }
div.DivClassName
{
background-color: #AC2639;
}
.BgClassName
{
background-color: #AC2639;
}
</style>
border-color css
<style>
span { border-color: #AC2639; }
span { border-color: rgb(172,38,57); }
td.TdClassName
{
border-color: #AC2639;
}
.TagClassName
{
border-color: #AC2639;
}
</style>