Shades of Free Speech Red #AC0C07
Tints of Free Speech Red #AC0C07
RGB
CMYK
RGB Variations
Color information
#AC0C07 (or 0xAC0C07) is known color: Free Speech Red. HEX triplet: AC, 0C and 07. RGB value is (172,12,7). Sum of RGB (Red+Green+Blue) = 172+12+7=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C07 is #53F3F8. Grayscale: #3B3B3B. Windows color (decimal): -5501945 or 461996. OLE color: 461996.
HSL color Cylindrical-coordinate representation of color #AC0C07: hue angle of 1.82º 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 #AC0C07 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 7 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.33 |
| HSL | 1.82º | 0.92% | 0.35% | - |
| HSV(B) | 1.82º | 0.96% | 0.67% | - |
| XYZ | 17.18 | 9.05 | 1.04 | - |
| YUV | 59.27 | 98.51 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 7 | 0 | 0.93 | 0.96 | 0.33 | 1.82 | 0.92 | 0.35 |
| Hex | AC | C | 7 | 0 | 5D | 60 | 21 | 2 | 5C | 23 |
| Octal | 254 | 14 | 7 | 0 | 135 | 140 | 41 | 2 | 134 | 43 |
| Binary | 10101100 | 1100 | 111 | 0 | 1011101 | 1100000 | 100001 | 10 | 1011100 | 100011 |
Color Harmonies of #AC0C07
Complementary color
Monochromatic Colors of #AC0C07
Black with #AC0C07
Text Example
Text Example
White with #AC0C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C07; }
p { color: rgb(172,12,7); }
H1.HeaderClassName
{
color: #AC0C07;
}
.AnyTagClassName
{
color: #AC0C07;
}
</style>
background-color css
<style>
a { background-color: #AC0C07; }
a { background-color: rgb(172,12,7); }
div.DivClassName
{
background-color: #AC0C07;
}
.BgClassName
{
background-color: #AC0C07;
}
</style>
border-color css
<style>
span { border-color: #AC0C07; }
span { border-color: rgb(172,12,7); }
td.TdClassName
{
border-color: #AC0C07;
}
.TagClassName
{
border-color: #AC0C07;
}
</style>