Shades of Free Speech Red #AB0100
Tints of Free Speech Red #AB0100
RGB
CMYK
RGB Variations
Color information
#AB0100 (or 0xAB0100) is known color: Free Speech Red. HEX triplet: AB, 01 and 00. RGB value is (171,1,0). Sum of RGB (Red+Green+Blue) = 171+1+0=172 (22% of max value = 765). Red value is 171 (67.19% from 255 or 99.42% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0100 is #54FEFF. Grayscale: #333333. Windows color (decimal): -5570304 or 427. OLE color: 427.
HSL color Cylindrical-coordinate representation of color #AB0100: hue angle of 0.35º 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 #AB0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.33 |
| HSL | 0.35º | 1% | 0.34% | - |
| HSV(B) | 0.35º | 1% | 0.67% | - |
| XYZ | 16.81 | 8.68 | 0.79 | - |
| YUV | 51.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 0 | 0 | 0.99 | 1 | 0.33 | 0.35 | 1 | 0.34 |
| Hex | AB | 1 | 0 | 0 | 63 | 64 | 21 | 0 | 64 | 22 |
| Octal | 253 | 1 | 0 | 0 | 143 | 144 | 41 | 0 | 144 | 42 |
| Binary | 10101011 | 1 | 0 | 0 | 1100011 | 1100100 | 100001 | 0 | 1100100 | 100010 |
Color Harmonies of #AB0100
Complementary color
Monochromatic Colors of #AB0100
Black with #AB0100
Text Example
Text Example
White with #AB0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0100; }
p { color: rgb(171,1,0); }
H1.HeaderClassName
{
color: #AB0100;
}
.AnyTagClassName
{
color: #AB0100;
}
</style>
background-color css
<style>
a { background-color: #AB0100; }
a { background-color: rgb(171,1,0); }
div.DivClassName
{
background-color: #AB0100;
}
.BgClassName
{
background-color: #AB0100;
}
</style>
border-color css
<style>
span { border-color: #AB0100; }
span { border-color: rgb(171,1,0); }
td.TdClassName
{
border-color: #AB0100;
}
.TagClassName
{
border-color: #AB0100;
}
</style>