Shades of Cardinal #AC073A
Tints of Cardinal #AC073A
RGB
CMYK
RGB Variations
Color information
#AC073A (or 0xAC073A) is known color: Cardinal. HEX triplet: AC, 07 and 3A. RGB value is (172,7,58). Sum of RGB (Red+Green+Blue) = 172+7+58=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC073A is #53F8C5. Grayscale: #3E3E3E. Windows color (decimal): -5503174 or 3803052. OLE color: 3803052.
HSL color Cylindrical-coordinate representation of color #AC073A: hue angle of 341.45º 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 #AC073A is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 58 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.33 |
| HSL | 341.45º | 0.92% | 0.35% | - |
| HSV(B) | 341.45º | 0.96% | 0.67% | - |
| XYZ | 17.85 | 9.23 | 4.84 | - |
| YUV | 62.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 58 | 0 | 0.96 | 0.66 | 0.33 | 341.45 | 0.92 | 0.35 |
| Hex | AC | 7 | 3A | 0 | 60 | 42 | 21 | 155 | 5C | 23 |
| Octal | 254 | 7 | 72 | 0 | 140 | 102 | 41 | 525 | 134 | 43 |
| Binary | 10101100 | 111 | 111010 | 0 | 1100000 | 1000010 | 100001 | 101010101 | 1011100 | 100011 |
Color Harmonies of #AC073A
Complementary color
Monochromatic Colors of #AC073A
Black with #AC073A
Text Example
Text Example
White with #AC073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC073A; }
p { color: rgb(172,7,58); }
H1.HeaderClassName
{
color: #AC073A;
}
.AnyTagClassName
{
color: #AC073A;
}
</style>
background-color css
<style>
a { background-color: #AC073A; }
a { background-color: rgb(172,7,58); }
div.DivClassName
{
background-color: #AC073A;
}
.BgClassName
{
background-color: #AC073A;
}
</style>
border-color css
<style>
span { border-color: #AC073A; }
span { border-color: rgb(172,7,58); }
td.TdClassName
{
border-color: #AC073A;
}
.TagClassName
{
border-color: #AC073A;
}
</style>