Shades of Free Speech Red #AB110B
Tints of Free Speech Red #AB110B
RGB
CMYK
RGB Variations
Color information
#AB110B (or 0xAB110B) is known color: Free Speech Red. HEX triplet: AB, 11 and 0B. RGB value is (171,17,11). Sum of RGB (Red+Green+Blue) = 171+17+11=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB110B is #54EEF4. Grayscale: #3E3E3E. Windows color (decimal): -5566197 or 725419. OLE color: 725419.
HSL color Cylindrical-coordinate representation of color #AB110B: hue angle of 2.25º 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 #AB110B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.33 |
| HSL | 2.25º | 0.88% | 0.36% | - |
| HSV(B) | 2.25º | 0.94% | 0.67% | - |
| XYZ | 17.06 | 9.08 | 1.17 | - |
| YUV | 62.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 11 | 0 | 0.90 | 0.94 | 0.33 | 2.25 | 0.88 | 0.36 |
| Hex | AB | 11 | B | 0 | 5A | 5E | 21 | 2 | 58 | 24 |
| Octal | 253 | 21 | 13 | 0 | 132 | 136 | 41 | 2 | 130 | 44 |
| Binary | 10101011 | 10001 | 1011 | 0 | 1011010 | 1011110 | 100001 | 10 | 1011000 | 100100 |
Color Harmonies of #AB110B
Complementary color
Monochromatic Colors of #AB110B
Black with #AB110B
Text Example
Text Example
White with #AB110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB110B; }
p { color: rgb(171,17,11); }
H1.HeaderClassName
{
color: #AB110B;
}
.AnyTagClassName
{
color: #AB110B;
}
</style>
background-color css
<style>
a { background-color: #AB110B; }
a { background-color: rgb(171,17,11); }
div.DivClassName
{
background-color: #AB110B;
}
.BgClassName
{
background-color: #AB110B;
}
</style>
border-color css
<style>
span { border-color: #AB110B; }
span { border-color: rgb(171,17,11); }
td.TdClassName
{
border-color: #AB110B;
}
.TagClassName
{
border-color: #AB110B;
}
</style>