Shades of Free Speech Red #AB110A
Tints of Free Speech Red #AB110A
RGB
CMYK
RGB Variations
Color information
#AB110A (or 0xAB110A) is known color: Free Speech Red. HEX triplet: AB, 11 and 0A. RGB value is (171,17,10). Sum of RGB (Red+Green+Blue) = 171+17+10=198 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.36% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 171 - color contains mainly: red. Hex color #AB110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB110A is #54EEF5. Grayscale: #3E3E3E. Windows color (decimal): -5566198 or 659883. OLE color: 659883.
HSL color Cylindrical-coordinate representation of color #AB110A: hue angle of 2.61º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB110A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 10 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.33 |
| HSL | 2.61º | 0.89% | 0.35% | - |
| HSV(B) | 2.61º | 0.94% | 0.67% | - |
| XYZ | 17.05 | 9.08 | 1.14 | - |
| YUV | 62.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 10 | 0 | 0.90 | 0.94 | 0.33 | 2.61 | 0.89 | 0.35 |
| Hex | AB | 11 | A | 0 | 5A | 5E | 21 | 3 | 59 | 23 |
| Octal | 253 | 21 | 12 | 0 | 132 | 136 | 41 | 3 | 131 | 43 |
| Binary | 10101011 | 10001 | 1010 | 0 | 1011010 | 1011110 | 100001 | 11 | 1011001 | 100011 |
Color Harmonies of #AB110A
Complementary color
Monochromatic Colors of #AB110A
Black with #AB110A
Text Example
Text Example
White with #AB110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB110A; }
p { color: rgb(171,17,10); }
H1.HeaderClassName
{
color: #AB110A;
}
.AnyTagClassName
{
color: #AB110A;
}
</style>
background-color css
<style>
a { background-color: #AB110A; }
a { background-color: rgb(171,17,10); }
div.DivClassName
{
background-color: #AB110A;
}
.BgClassName
{
background-color: #AB110A;
}
</style>
border-color css
<style>
span { border-color: #AB110A; }
span { border-color: rgb(171,17,10); }
td.TdClassName
{
border-color: #AB110A;
}
.TagClassName
{
border-color: #AB110A;
}
</style>