Shades of Free Speech Red #AC0C0A
Tints of Free Speech Red #AC0C0A
RGB
CMYK
RGB Variations
Color information
#AC0C0A (or 0xAC0C0A) is known color: Free Speech Red. HEX triplet: AC, 0C and 0A. RGB value is (172,12,10). Sum of RGB (Red+Green+Blue) = 172+12+10=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C0A is #53F3F5. Grayscale: #3B3B3B. Windows color (decimal): -5501942 or 658604. OLE color: 658604.
HSL color Cylindrical-coordinate representation of color #AC0C0A: hue angle of 0.74º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0C0A is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 10 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.33 |
| HSL | 0.74º | 0.89% | 0.36% | - |
| HSV(B) | 0.74º | 0.94% | 0.67% | - |
| XYZ | 17.2 | 9.06 | 1.13 | - |
| YUV | 59.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 10 | 0 | 0.93 | 0.94 | 0.33 | 0.74 | 0.89 | 0.36 |
| Hex | AC | C | A | 0 | 5D | 5E | 21 | 1 | 59 | 24 |
| Octal | 254 | 14 | 12 | 0 | 135 | 136 | 41 | 1 | 131 | 44 |
| Binary | 10101100 | 1100 | 1010 | 0 | 1011101 | 1011110 | 100001 | 1 | 1011001 | 100100 |
Color Harmonies of #AC0C0A
Complementary color
Monochromatic Colors of #AC0C0A
Black with #AC0C0A
Text Example
Text Example
White with #AC0C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C0A; }
p { color: rgb(172,12,10); }
H1.HeaderClassName
{
color: #AC0C0A;
}
.AnyTagClassName
{
color: #AC0C0A;
}
</style>
background-color css
<style>
a { background-color: #AC0C0A; }
a { background-color: rgb(172,12,10); }
div.DivClassName
{
background-color: #AC0C0A;
}
.BgClassName
{
background-color: #AC0C0A;
}
</style>
border-color css
<style>
span { border-color: #AC0C0A; }
span { border-color: rgb(172,12,10); }
td.TdClassName
{
border-color: #AC0C0A;
}
.TagClassName
{
border-color: #AC0C0A;
}
</style>