Shades of Free Speech Red #AC0F0C
Tints of Free Speech Red #AC0F0C
RGB
CMYK
RGB Variations
Color information
#AC0F0C (or 0xAC0F0C) is known color: Free Speech Red. HEX triplet: AC, 0F and 0C. RGB value is (172,15,12). Sum of RGB (Red+Green+Blue) = 172+15+12=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F0C is #53F0F3. Grayscale: #3D3D3D. Windows color (decimal): -5501172 or 790444. OLE color: 790444.
HSL color Cylindrical-coordinate representation of color #AC0F0C: hue angle of 1.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0F0C is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 12 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.33 |
| HSL | 1.13º | 0.87% | 0.36% | - |
| HSV(B) | 1.13º | 0.93% | 0.67% | - |
| XYZ | 17.25 | 9.14 | 1.2 | - |
| YUV | 61.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 12 | 0 | 0.91 | 0.93 | 0.33 | 1.13 | 0.87 | 0.36 |
| Hex | AC | F | C | 0 | 5B | 5D | 21 | 1 | 57 | 24 |
| Octal | 254 | 17 | 14 | 0 | 133 | 135 | 41 | 1 | 127 | 44 |
| Binary | 10101100 | 1111 | 1100 | 0 | 1011011 | 1011101 | 100001 | 1 | 1010111 | 100100 |
Color Harmonies of #AC0F0C
Complementary color
Monochromatic Colors of #AC0F0C
Black with #AC0F0C
Text Example
Text Example
White with #AC0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F0C; }
p { color: rgb(172,15,12); }
H1.HeaderClassName
{
color: #AC0F0C;
}
.AnyTagClassName
{
color: #AC0F0C;
}
</style>
background-color css
<style>
a { background-color: #AC0F0C; }
a { background-color: rgb(172,15,12); }
div.DivClassName
{
background-color: #AC0F0C;
}
.BgClassName
{
background-color: #AC0F0C;
}
</style>
border-color css
<style>
span { border-color: #AC0F0C; }
span { border-color: rgb(172,15,12); }
td.TdClassName
{
border-color: #AC0F0C;
}
.TagClassName
{
border-color: #AC0F0C;
}
</style>