Shades of Cardinal #AC0637
Tints of Cardinal #AC0637
RGB
CMYK
RGB Variations
Color information
#AC0637 (or 0xAC0637) is known color: Cardinal. HEX triplet: AC, 06 and 37. RGB value is (172,6,55). Sum of RGB (Red+Green+Blue) = 172+6+55=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0637 is #53F9C8. Grayscale: #3D3D3D. Windows color (decimal): -5503433 or 3606188. OLE color: 3606188.
HSL color Cylindrical-coordinate representation of color #AC0637: hue angle of 342.29º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0637 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.33 |
| HSL | 342.29º | 0.93% | 0.35% | - |
| HSV(B) | 342.29º | 0.97% | 0.67% | - |
| XYZ | 17.77 | 9.18 | 4.45 | - |
| YUV | 61.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 55 | 0 | 0.97 | 0.68 | 0.33 | 342.29 | 0.93 | 0.35 |
| Hex | AC | 6 | 37 | 0 | 61 | 44 | 21 | 156 | 5D | 23 |
| Octal | 254 | 6 | 67 | 0 | 141 | 104 | 41 | 526 | 135 | 43 |
| Binary | 10101100 | 110 | 110111 | 0 | 1100001 | 1000100 | 100001 | 101010110 | 1011101 | 100011 |
Color Harmonies of #AC0637
Complementary color
Monochromatic Colors of #AC0637
Black with #AC0637
Text Example
Text Example
White with #AC0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0637; }
p { color: rgb(172,6,55); }
H1.HeaderClassName
{
color: #AC0637;
}
.AnyTagClassName
{
color: #AC0637;
}
</style>
background-color css
<style>
a { background-color: #AC0637; }
a { background-color: rgb(172,6,55); }
div.DivClassName
{
background-color: #AC0637;
}
.BgClassName
{
background-color: #AC0637;
}
</style>
border-color css
<style>
span { border-color: #AC0637; }
span { border-color: rgb(172,6,55); }
td.TdClassName
{
border-color: #AC0637;
}
.TagClassName
{
border-color: #AC0637;
}
</style>