Shades of Free Speech Red #AC0E0E
Tints of Free Speech Red #AC0E0E
RGB
CMYK
RGB Variations
Color information
#AC0E0E (or 0xAC0E0E) is known color: Free Speech Red. HEX triplet: AC, 0E and 0E. RGB value is (172,14,14). Sum of RGB (Red+Green+Blue) = 172+14+14=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0E0E is #53F1F1. Grayscale: #3D3D3D. Windows color (decimal): -5501426 or 921260. OLE color: 921260.
HSL color Cylindrical-coordinate representation of color #AC0E0E: hue angle of 0º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E0E is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 14 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.33 |
| HSL | 0º | 0.85% | 0.36% | - |
| HSV(B) | 0º | 0.92% | 0.67% | - |
| XYZ | 17.25 | 9.12 | 1.27 | - |
| YUV | 61.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 14 | 0 | 0.92 | 0.92 | 0.33 | 0 | 0.85 | 0.36 |
| Hex | AC | E | E | 0 | 5C | 5C | 21 | 0 | 55 | 24 |
| Octal | 254 | 16 | 16 | 0 | 134 | 134 | 41 | 0 | 125 | 44 |
| Binary | 10101100 | 1110 | 1110 | 0 | 1011100 | 1011100 | 100001 | 0 | 1010101 | 100100 |
Color Harmonies of #AC0E0E
Complementary color
Monochromatic Colors of #AC0E0E
Black with #AC0E0E
Text Example
Text Example
White with #AC0E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E0E; }
p { color: rgb(172,14,14); }
H1.HeaderClassName
{
color: #AC0E0E;
}
.AnyTagClassName
{
color: #AC0E0E;
}
</style>
background-color css
<style>
a { background-color: #AC0E0E; }
a { background-color: rgb(172,14,14); }
div.DivClassName
{
background-color: #AC0E0E;
}
.BgClassName
{
background-color: #AC0E0E;
}
</style>
border-color css
<style>
span { border-color: #AC0E0E; }
span { border-color: rgb(172,14,14); }
td.TdClassName
{
border-color: #AC0E0E;
}
.TagClassName
{
border-color: #AC0E0E;
}
</style>