Shades of Free Speech Red #AC100C
Tints of Free Speech Red #AC100C
RGB
CMYK
RGB Variations
Color information
#AC100C (or 0xAC100C) is known color: Free Speech Red. HEX triplet: AC, 10 and 0C. RGB value is (172,16,12). Sum of RGB (Red+Green+Blue) = 172+16+12=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC100C is #53EFF3. Grayscale: #3E3E3E. Windows color (decimal): -5500916 or 790700. OLE color: 790700.
HSL color Cylindrical-coordinate representation of color #AC100C: hue angle of 1.5º 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 #AC100C is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 12 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.33 |
| HSL | 1.5º | 0.87% | 0.36% | - |
| HSV(B) | 1.5º | 0.93% | 0.67% | - |
| XYZ | 17.26 | 9.17 | 1.21 | - |
| YUV | 62.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 12 | 0 | 0.91 | 0.93 | 0.33 | 1.5 | 0.87 | 0.36 |
| Hex | AC | 10 | C | 0 | 5B | 5D | 21 | 2 | 57 | 24 |
| Octal | 254 | 20 | 14 | 0 | 133 | 135 | 41 | 2 | 127 | 44 |
| Binary | 10101100 | 10000 | 1100 | 0 | 1011011 | 1011101 | 100001 | 10 | 1010111 | 100100 |
Color Harmonies of #AC100C
Complementary color
Monochromatic Colors of #AC100C
Black with #AC100C
Text Example
Text Example
White with #AC100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC100C; }
p { color: rgb(172,16,12); }
H1.HeaderClassName
{
color: #AC100C;
}
.AnyTagClassName
{
color: #AC100C;
}
</style>
background-color css
<style>
a { background-color: #AC100C; }
a { background-color: rgb(172,16,12); }
div.DivClassName
{
background-color: #AC100C;
}
.BgClassName
{
background-color: #AC100C;
}
</style>
border-color css
<style>
span { border-color: #AC100C; }
span { border-color: rgb(172,16,12); }
td.TdClassName
{
border-color: #AC100C;
}
.TagClassName
{
border-color: #AC100C;
}
</style>