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