Shades of Free Speech Red #AB0600
Tints of Free Speech Red #AB0600
RGB
CMYK
RGB Variations
Color information
#AB0600 (or 0xAB0600) is known color: Free Speech Red. HEX triplet: AB, 06 and 00. RGB value is (171,6,0). Sum of RGB (Red+Green+Blue) = 171+6+0=177 (23% of max value = 765). Red value is 171 (67.19% from 255 or 96.61% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0600 is #54F9FF. Grayscale: #363636. Windows color (decimal): -5569024 or 1707. OLE color: 1707.
HSL color Cylindrical-coordinate representation of color #AB0600: hue angle of 2.11º 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 #AB0600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.33 |
| HSL | 2.11º | 1% | 0.34% | - |
| HSV(B) | 2.11º | 1% | 0.67% | - |
| XYZ | 16.86 | 8.79 | 0.81 | - |
| YUV | 54.65 | 97.16 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 0 | 0 | 0.96 | 1 | 0.33 | 2.11 | 1 | 0.34 |
| Hex | AB | 6 | 0 | 0 | 60 | 64 | 21 | 2 | 64 | 22 |
| Octal | 253 | 6 | 0 | 0 | 140 | 144 | 41 | 2 | 144 | 42 |
| Binary | 10101011 | 110 | 0 | 0 | 1100000 | 1100100 | 100001 | 10 | 1100100 | 100010 |
Color Harmonies of #AB0600
Complementary color
Monochromatic Colors of #AB0600
Black with #AB0600
Text Example
Text Example
White with #AB0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0600; }
p { color: rgb(171,6,0); }
H1.HeaderClassName
{
color: #AB0600;
}
.AnyTagClassName
{
color: #AB0600;
}
</style>
background-color css
<style>
a { background-color: #AB0600; }
a { background-color: rgb(171,6,0); }
div.DivClassName
{
background-color: #AB0600;
}
.BgClassName
{
background-color: #AB0600;
}
</style>
border-color css
<style>
span { border-color: #AB0600; }
span { border-color: rgb(171,6,0); }
td.TdClassName
{
border-color: #AB0600;
}
.TagClassName
{
border-color: #AB0600;
}
</style>