Shades of Cardinal #AC2539
Tints of Cardinal #AC2539
RGB
CMYK
RGB Variations
Color information
#AC2539 (or 0xAC2539) is known color: Cardinal. HEX triplet: AC, 25 and 39. RGB value is (172,37,57). Sum of RGB (Red+Green+Blue) = 172+37+57=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2539 is #53DAC6. Grayscale: #4F4F4F. Windows color (decimal): -5495495 or 3745196. OLE color: 3745196.
HSL color Cylindrical-coordinate representation of color #AC2539: hue angle of 351.11º degrees, saturation: 0.65, 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 #AC2539 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 57 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.33 |
| HSL | 351.11º | 0.65% | 0.41% | - |
| HSV(B) | 351.11º | 0.78% | 0.67% | - |
| XYZ | 18.41 | 10.39 | 4.91 | - |
| YUV | 79.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 57 | 0 | 0.78 | 0.67 | 0.33 | 351.11 | 0.65 | 0.41 |
| Hex | AC | 25 | 39 | 0 | 4E | 43 | 21 | 15F | 41 | 29 |
| Octal | 254 | 45 | 71 | 0 | 116 | 103 | 41 | 537 | 101 | 51 |
| Binary | 10101100 | 100101 | 111001 | 0 | 1001110 | 1000011 | 100001 | 101011111 | 1000001 | 101001 |
Color Harmonies of #AC2539
Complementary color
Monochromatic Colors of #AC2539
Black with #AC2539
Text Example
Text Example
White with #AC2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2539; }
p { color: rgb(172,37,57); }
H1.HeaderClassName
{
color: #AC2539;
}
.AnyTagClassName
{
color: #AC2539;
}
</style>
background-color css
<style>
a { background-color: #AC2539; }
a { background-color: rgb(172,37,57); }
div.DivClassName
{
background-color: #AC2539;
}
.BgClassName
{
background-color: #AC2539;
}
</style>
border-color css
<style>
span { border-color: #AC2539; }
span { border-color: rgb(172,37,57); }
td.TdClassName
{
border-color: #AC2539;
}
.TagClassName
{
border-color: #AC2539;
}
</style>