Shades of Cardinal #AC073C
Tints of Cardinal #AC073C
RGB
CMYK
RGB Variations
Color information
#AC073C (or 0xAC073C) is known color: Cardinal. HEX triplet: AC, 07 and 3C. RGB value is (172,7,60). Sum of RGB (Red+Green+Blue) = 172+7+60=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC073C is #53F8C3. Grayscale: #3E3E3E. Windows color (decimal): -5503172 or 3934124. OLE color: 3934124.
HSL color Cylindrical-coordinate representation of color #AC073C: hue angle of 340.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC073C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.33 |
| HSL | 340.73º | 0.92% | 0.35% | - |
| HSV(B) | 340.73º | 0.96% | 0.67% | - |
| XYZ | 17.9 | 9.25 | 5.12 | - |
| YUV | 62.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 60 | 0 | 0.96 | 0.65 | 0.33 | 340.73 | 0.92 | 0.35 |
| Hex | AC | 7 | 3C | 0 | 60 | 41 | 21 | 155 | 5C | 23 |
| Octal | 254 | 7 | 74 | 0 | 140 | 101 | 41 | 525 | 134 | 43 |
| Binary | 10101100 | 111 | 111100 | 0 | 1100000 | 1000001 | 100001 | 101010101 | 1011100 | 100011 |
Color Harmonies of #AC073C
Complementary color
Monochromatic Colors of #AC073C
Black with #AC073C
Text Example
Text Example
White with #AC073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC073C; }
p { color: rgb(172,7,60); }
H1.HeaderClassName
{
color: #AC073C;
}
.AnyTagClassName
{
color: #AC073C;
}
</style>
background-color css
<style>
a { background-color: #AC073C; }
a { background-color: rgb(172,7,60); }
div.DivClassName
{
background-color: #AC073C;
}
.BgClassName
{
background-color: #AC073C;
}
</style>
border-color css
<style>
span { border-color: #AC073C; }
span { border-color: rgb(172,7,60); }
td.TdClassName
{
border-color: #AC073C;
}
.TagClassName
{
border-color: #AC073C;
}
</style>