Shades of Free Speech Red #AB1001
Tints of Free Speech Red #AB1001
RGB
CMYK
RGB Variations
Color information
#AB1001 (or 0xAB1001) is known color: Free Speech Red. HEX triplet: AB, 10 and 01. RGB value is (171,16,1). Sum of RGB (Red+Green+Blue) = 171+16+1=188 (24% of max value = 765). Red value is 171 (67.19% from 255 or 90.96% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1001 is #54EFFE. Grayscale: #3C3C3C. Windows color (decimal): -5566463 or 69803. OLE color: 69803.
HSL color Cylindrical-coordinate representation of color #AB1001: hue angle of 5.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB1001 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.33 |
| HSL | 5.29º | 0.99% | 0.34% | - |
| HSV(B) | 5.29º | 0.99% | 0.67% | - |
| XYZ | 16.99 | 9.03 | 0.88 | - |
| YUV | 60.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 1 | 0 | 0.91 | 0.99 | 0.33 | 5.29 | 0.99 | 0.34 |
| Hex | AB | 10 | 1 | 0 | 5B | 63 | 21 | 5 | 63 | 22 |
| Octal | 253 | 20 | 1 | 0 | 133 | 143 | 41 | 5 | 143 | 42 |
| Binary | 10101011 | 10000 | 1 | 0 | 1011011 | 1100011 | 100001 | 101 | 1100011 | 100010 |
Color Harmonies of #AB1001
Complementary color
Monochromatic Colors of #AB1001
Black with #AB1001
Text Example
Text Example
White with #AB1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1001; }
p { color: rgb(171,16,1); }
H1.HeaderClassName
{
color: #AB1001;
}
.AnyTagClassName
{
color: #AB1001;
}
</style>
background-color css
<style>
a { background-color: #AB1001; }
a { background-color: rgb(171,16,1); }
div.DivClassName
{
background-color: #AB1001;
}
.BgClassName
{
background-color: #AB1001;
}
</style>
border-color css
<style>
span { border-color: #AB1001; }
span { border-color: rgb(171,16,1); }
td.TdClassName
{
border-color: #AB1001;
}
.TagClassName
{
border-color: #AB1001;
}
</style>