Shades of Free Speech Red #AC0A09
Tints of Free Speech Red #AC0A09
RGB
CMYK
RGB Variations
Color information
#AC0A09 (or 0xAC0A09) is known color: Free Speech Red. HEX triplet: AC, 0A and 09. RGB value is (172,10,9). Sum of RGB (Red+Green+Blue) = 172+10+9=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0A09 is #53F5F6. Grayscale: #3A3A3A. Windows color (decimal): -5502455 or 592556. OLE color: 592556.
HSL color Cylindrical-coordinate representation of color #AC0A09: hue angle of 0.37º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0A09 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 9 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.33 |
| HSL | 0.37º | 0.9% | 0.35% | - |
| HSV(B) | 0.37º | 0.95% | 0.67% | - |
| XYZ | 17.17 | 9.01 | 1.09 | - |
| YUV | 58.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 9 | 0 | 0.94 | 0.95 | 0.33 | 0.37 | 0.9 | 0.35 |
| Hex | AC | A | 9 | 0 | 5E | 5F | 21 | 0 | 5A | 23 |
| Octal | 254 | 12 | 11 | 0 | 136 | 137 | 41 | 0 | 132 | 43 |
| Binary | 10101100 | 1010 | 1001 | 0 | 1011110 | 1011111 | 100001 | 0 | 1011010 | 100011 |
Color Harmonies of #AC0A09
Complementary color
Monochromatic Colors of #AC0A09
Black with #AC0A09
Text Example
Text Example
White with #AC0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A09; }
p { color: rgb(172,10,9); }
H1.HeaderClassName
{
color: #AC0A09;
}
.AnyTagClassName
{
color: #AC0A09;
}
</style>
background-color css
<style>
a { background-color: #AC0A09; }
a { background-color: rgb(172,10,9); }
div.DivClassName
{
background-color: #AC0A09;
}
.BgClassName
{
background-color: #AC0A09;
}
</style>
border-color css
<style>
span { border-color: #AC0A09; }
span { border-color: rgb(172,10,9); }
td.TdClassName
{
border-color: #AC0A09;
}
.TagClassName
{
border-color: #AC0A09;
}
</style>