Shades of Free Speech Red #AC0900
Tints of Free Speech Red #AC0900
RGB
CMYK
RGB Variations
Color information
#AC0900 (or 0xAC0900) is known color: Free Speech Red. HEX triplet: AC, 09 and 00. RGB value is (172,9,0). Sum of RGB (Red+Green+Blue) = 172+9+0=181 (23% of max value = 765). Red value is 172 (67.58% from 255 or 95.03% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0900 is #53F6FF. Grayscale: #383838. Windows color (decimal): -5502720 or 2476. OLE color: 2476.
HSL color Cylindrical-coordinate representation of color #AC0900: hue angle of 3.14º 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 #AC0900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.33 |
| HSL | 3.14º | 1% | 0.34% | - |
| HSV(B) | 3.14º | 1% | 0.67% | - |
| XYZ | 17.11 | 8.97 | 0.83 | - |
| YUV | 56.71 | 96 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 0 | 0 | 0.95 | 1 | 0.33 | 3.14 | 1 | 0.34 |
| Hex | AC | 9 | 0 | 0 | 5F | 64 | 21 | 3 | 64 | 22 |
| Octal | 254 | 11 | 0 | 0 | 137 | 144 | 41 | 3 | 144 | 42 |
| Binary | 10101100 | 1001 | 0 | 0 | 1011111 | 1100100 | 100001 | 11 | 1100100 | 100010 |
Color Harmonies of #AC0900
Complementary color
Monochromatic Colors of #AC0900
Black with #AC0900
Text Example
Text Example
White with #AC0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0900; }
p { color: rgb(172,9,0); }
H1.HeaderClassName
{
color: #AC0900;
}
.AnyTagClassName
{
color: #AC0900;
}
</style>
background-color css
<style>
a { background-color: #AC0900; }
a { background-color: rgb(172,9,0); }
div.DivClassName
{
background-color: #AC0900;
}
.BgClassName
{
background-color: #AC0900;
}
</style>
border-color css
<style>
span { border-color: #AC0900; }
span { border-color: rgb(172,9,0); }
td.TdClassName
{
border-color: #AC0900;
}
.TagClassName
{
border-color: #AC0900;
}
</style>