Shades of Free Speech Red #AB1109
Tints of Free Speech Red #AB1109
RGB
CMYK
RGB Variations
Color information
#AB1109 (or 0xAB1109) is known color: Free Speech Red. HEX triplet: AB, 11 and 09. RGB value is (171,17,9). Sum of RGB (Red+Green+Blue) = 171+17+9=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1109 is #54EEF6. Grayscale: #3E3E3E. Windows color (decimal): -5566199 or 594347. OLE color: 594347.
HSL color Cylindrical-coordinate representation of color #AB1109: hue angle of 2.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB1109 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 9 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.33 |
| HSL | 2.96º | 0.9% | 0.35% | - |
| HSV(B) | 2.96º | 0.95% | 0.67% | - |
| XYZ | 17.04 | 9.08 | 1.11 | - |
| YUV | 62.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 9 | 0 | 0.90 | 0.95 | 0.33 | 2.96 | 0.9 | 0.35 |
| Hex | AB | 11 | 9 | 0 | 5A | 5F | 21 | 3 | 5A | 23 |
| Octal | 253 | 21 | 11 | 0 | 132 | 137 | 41 | 3 | 132 | 43 |
| Binary | 10101011 | 10001 | 1001 | 0 | 1011010 | 1011111 | 100001 | 11 | 1011010 | 100011 |
Color Harmonies of #AB1109
Complementary color
Monochromatic Colors of #AB1109
Black with #AB1109
Text Example
Text Example
White with #AB1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1109; }
p { color: rgb(171,17,9); }
H1.HeaderClassName
{
color: #AB1109;
}
.AnyTagClassName
{
color: #AB1109;
}
</style>
background-color css
<style>
a { background-color: #AB1109; }
a { background-color: rgb(171,17,9); }
div.DivClassName
{
background-color: #AB1109;
}
.BgClassName
{
background-color: #AB1109;
}
</style>
border-color css
<style>
span { border-color: #AB1109; }
span { border-color: rgb(171,17,9); }
td.TdClassName
{
border-color: #AB1109;
}
.TagClassName
{
border-color: #AB1109;
}
</style>