Shades of Free Speech Red #AC0700
Tints of Free Speech Red #AC0700
RGB
CMYK
RGB Variations
Color information
#AC0700 (or 0xAC0700) is known color: Free Speech Red. HEX triplet: AC, 07 and 00. RGB value is (172,7,0). Sum of RGB (Red+Green+Blue) = 172+7+0=179 (23% of max value = 765). Red value is 172 (67.58% from 255 or 96.09% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0700 is #53F8FF. Grayscale: #373737. Windows color (decimal): -5503232 or 1964. OLE color: 1964.
HSL color Cylindrical-coordinate representation of color #AC0700: hue angle of 2.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.33 |
| HSL | 2.44º | 1% | 0.34% | - |
| HSV(B) | 2.44º | 1% | 0.67% | - |
| XYZ | 17.09 | 8.92 | 0.82 | - |
| YUV | 55.54 | 96.66 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 0 | 0 | 0.96 | 1 | 0.33 | 2.44 | 1 | 0.34 |
| Hex | AC | 7 | 0 | 0 | 60 | 64 | 21 | 2 | 64 | 22 |
| Octal | 254 | 7 | 0 | 0 | 140 | 144 | 41 | 2 | 144 | 42 |
| Binary | 10101100 | 111 | 0 | 0 | 1100000 | 1100100 | 100001 | 10 | 1100100 | 100010 |
Color Harmonies of #AC0700
Complementary color
Monochromatic Colors of #AC0700
Black with #AC0700
Text Example
Text Example
White with #AC0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0700; }
p { color: rgb(172,7,0); }
H1.HeaderClassName
{
color: #AC0700;
}
.AnyTagClassName
{
color: #AC0700;
}
</style>
background-color css
<style>
a { background-color: #AC0700; }
a { background-color: rgb(172,7,0); }
div.DivClassName
{
background-color: #AC0700;
}
.BgClassName
{
background-color: #AC0700;
}
</style>
border-color css
<style>
span { border-color: #AC0700; }
span { border-color: rgb(172,7,0); }
td.TdClassName
{
border-color: #AC0700;
}
.TagClassName
{
border-color: #AC0700;
}
</style>