Shades of Cardinal #AC2537
Tints of Cardinal #AC2537
RGB
CMYK
RGB Variations
Color information
#AC2537 (or 0xAC2537) is known color: Cardinal. HEX triplet: AC, 25 and 37. RGB value is (172,37,55). Sum of RGB (Red+Green+Blue) = 172+37+55=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2537 is #53DAC8. Grayscale: #4F4F4F. Windows color (decimal): -5495497 or 3614124. OLE color: 3614124.
HSL color Cylindrical-coordinate representation of color #AC2537: hue angle of 352º 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 #AC2537 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 55 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.33 |
| HSL | 352º | 0.65% | 0.41% | - |
| HSV(B) | 352º | 0.78% | 0.67% | - |
| XYZ | 18.36 | 10.37 | 4.65 | - |
| YUV | 79.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 55 | 0 | 0.78 | 0.68 | 0.33 | 352 | 0.65 | 0.41 |
| Hex | AC | 25 | 37 | 0 | 4E | 44 | 21 | 160 | 41 | 29 |
| Octal | 254 | 45 | 67 | 0 | 116 | 104 | 41 | 540 | 101 | 51 |
| Binary | 10101100 | 100101 | 110111 | 0 | 1001110 | 1000100 | 100001 | 101100000 | 1000001 | 101001 |
Color Harmonies of #AC2537
Complementary color
Monochromatic Colors of #AC2537
Black with #AC2537
Text Example
Text Example
White with #AC2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2537; }
p { color: rgb(172,37,55); }
H1.HeaderClassName
{
color: #AC2537;
}
.AnyTagClassName
{
color: #AC2537;
}
</style>
background-color css
<style>
a { background-color: #AC2537; }
a { background-color: rgb(172,37,55); }
div.DivClassName
{
background-color: #AC2537;
}
.BgClassName
{
background-color: #AC2537;
}
</style>
border-color css
<style>
span { border-color: #AC2537; }
span { border-color: rgb(172,37,55); }
td.TdClassName
{
border-color: #AC2537;
}
.TagClassName
{
border-color: #AC2537;
}
</style>