Shades of Free Speech Red #AB1100
Tints of Free Speech Red #AB1100
RGB
CMYK
RGB Variations
Color information
#AB1100 (or 0xAB1100) is known color: Free Speech Red. HEX triplet: AB, 11 and 00. RGB value is (171,17,0). Sum of RGB (Red+Green+Blue) = 171+17+0=188 (24% of max value = 765). Red value is 171 (67.19% from 255 or 90.96% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1100 is #54EEFF. Grayscale: #3D3D3D. Windows color (decimal): -5566208 or 4523. OLE color: 4523.
HSL color Cylindrical-coordinate representation of color #AB1100: hue angle of 5.96º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB1100 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.33 |
| HSL | 5.96º | 1% | 0.34% | - |
| HSV(B) | 5.96º | 1% | 0.67% | - |
| XYZ | 17 | 9.06 | 0.85 | - |
| YUV | 61.11 | 93.52 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 0 | 0 | 0.90 | 1 | 0.33 | 5.96 | 1 | 0.34 |
| Hex | AB | 11 | 0 | 0 | 5A | 64 | 21 | 6 | 64 | 22 |
| Octal | 253 | 21 | 0 | 0 | 132 | 144 | 41 | 6 | 144 | 42 |
| Binary | 10101011 | 10001 | 0 | 0 | 1011010 | 1100100 | 100001 | 110 | 1100100 | 100010 |
Color Harmonies of #AB1100
Complementary color
Monochromatic Colors of #AB1100
Black with #AB1100
Text Example
Text Example
White with #AB1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1100; }
p { color: rgb(171,17,0); }
H1.HeaderClassName
{
color: #AB1100;
}
.AnyTagClassName
{
color: #AB1100;
}
</style>
background-color css
<style>
a { background-color: #AB1100; }
a { background-color: rgb(171,17,0); }
div.DivClassName
{
background-color: #AB1100;
}
.BgClassName
{
background-color: #AB1100;
}
</style>
border-color css
<style>
span { border-color: #AB1100; }
span { border-color: rgb(171,17,0); }
td.TdClassName
{
border-color: #AB1100;
}
.TagClassName
{
border-color: #AB1100;
}
</style>