Shades of Free Speech Red #AC110B
Tints of Free Speech Red #AC110B
RGB
CMYK
RGB Variations
Color information
#AC110B (or 0xAC110B) is known color: Free Speech Red. HEX triplet: AC, 11 and 0B. RGB value is (172,17,11). Sum of RGB (Red+Green+Blue) = 172+17+11=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC110B is #53EEF4. Grayscale: #3E3E3E. Windows color (decimal): -5500661 or 725420. OLE color: 725420.
HSL color Cylindrical-coordinate representation of color #AC110B: hue angle of 2.24º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC110B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.33 |
| HSL | 2.24º | 0.88% | 0.36% | - |
| HSV(B) | 2.24º | 0.94% | 0.67% | - |
| XYZ | 17.27 | 9.2 | 1.18 | - |
| YUV | 62.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 11 | 0 | 0.90 | 0.94 | 0.33 | 2.24 | 0.88 | 0.36 |
| Hex | AC | 11 | B | 0 | 5A | 5E | 21 | 2 | 58 | 24 |
| Octal | 254 | 21 | 13 | 0 | 132 | 136 | 41 | 2 | 130 | 44 |
| Binary | 10101100 | 10001 | 1011 | 0 | 1011010 | 1011110 | 100001 | 10 | 1011000 | 100100 |
Color Harmonies of #AC110B
Complementary color
Monochromatic Colors of #AC110B
Black with #AC110B
Text Example
Text Example
White with #AC110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC110B; }
p { color: rgb(172,17,11); }
H1.HeaderClassName
{
color: #AC110B;
}
.AnyTagClassName
{
color: #AC110B;
}
</style>
background-color css
<style>
a { background-color: #AC110B; }
a { background-color: rgb(172,17,11); }
div.DivClassName
{
background-color: #AC110B;
}
.BgClassName
{
background-color: #AC110B;
}
</style>
border-color css
<style>
span { border-color: #AC110B; }
span { border-color: rgb(172,17,11); }
td.TdClassName
{
border-color: #AC110B;
}
.TagClassName
{
border-color: #AC110B;
}
</style>