Shades of Free Speech Red #AC0F04
Tints of Free Speech Red #AC0F04
RGB
CMYK
RGB Variations
Color information
#AC0F04 (or 0xAC0F04) is known color: Free Speech Red. HEX triplet: AC, 0F and 04. RGB value is (172,15,4). Sum of RGB (Red+Green+Blue) = 172+15+4=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F04 is #53F0FB. Grayscale: #3C3C3C. Windows color (decimal): -5501180 or 266156. OLE color: 266156.
HSL color Cylindrical-coordinate representation of color #AC0F04: hue angle of 3.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0F04 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.33 |
| HSL | 3.93º | 0.95% | 0.35% | - |
| HSV(B) | 3.93º | 0.98% | 0.67% | - |
| XYZ | 17.21 | 9.12 | 0.97 | - |
| YUV | 60.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 4 | 0 | 0.91 | 0.98 | 0.33 | 3.93 | 0.95 | 0.35 |
| Hex | AC | F | 4 | 0 | 5B | 62 | 21 | 4 | 5F | 23 |
| Octal | 254 | 17 | 4 | 0 | 133 | 142 | 41 | 4 | 137 | 43 |
| Binary | 10101100 | 1111 | 100 | 0 | 1011011 | 1100010 | 100001 | 100 | 1011111 | 100011 |
Color Harmonies of #AC0F04
Complementary color
Monochromatic Colors of #AC0F04
Black with #AC0F04
Text Example
Text Example
White with #AC0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F04; }
p { color: rgb(172,15,4); }
H1.HeaderClassName
{
color: #AC0F04;
}
.AnyTagClassName
{
color: #AC0F04;
}
</style>
background-color css
<style>
a { background-color: #AC0F04; }
a { background-color: rgb(172,15,4); }
div.DivClassName
{
background-color: #AC0F04;
}
.BgClassName
{
background-color: #AC0F04;
}
</style>
border-color css
<style>
span { border-color: #AC0F04; }
span { border-color: rgb(172,15,4); }
td.TdClassName
{
border-color: #AC0F04;
}
.TagClassName
{
border-color: #AC0F04;
}
</style>