Shades of Free Speech Red #AB0705
Tints of Free Speech Red #AB0705
RGB
CMYK
RGB Variations
Color information
#AB0705 (or 0xAB0705) is known color: Free Speech Red. HEX triplet: AB, 07 and 05. RGB value is (171,7,5). Sum of RGB (Red+Green+Blue) = 171+7+5=183 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.44% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0705 is #54F8FA. Grayscale: #373737. Windows color (decimal): -5568763 or 329643. OLE color: 329643.
HSL color Cylindrical-coordinate representation of color #AB0705: hue angle of 0.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0705 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 5 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.33 |
| HSL | 0.72º | 0.94% | 0.35% | - |
| HSV(B) | 0.72º | 0.97% | 0.67% | - |
| XYZ | 16.9 | 8.82 | 0.96 | - |
| YUV | 55.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 5 | 0 | 0.96 | 0.97 | 0.33 | 0.72 | 0.94 | 0.35 |
| Hex | AB | 7 | 5 | 0 | 60 | 61 | 21 | 1 | 5E | 23 |
| Octal | 253 | 7 | 5 | 0 | 140 | 141 | 41 | 1 | 136 | 43 |
| Binary | 10101011 | 111 | 101 | 0 | 1100000 | 1100001 | 100001 | 1 | 1011110 | 100011 |
Color Harmonies of #AB0705
Complementary color
Monochromatic Colors of #AB0705
Black with #AB0705
Text Example
Text Example
White with #AB0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0705; }
p { color: rgb(171,7,5); }
H1.HeaderClassName
{
color: #AB0705;
}
.AnyTagClassName
{
color: #AB0705;
}
</style>
background-color css
<style>
a { background-color: #AB0705; }
a { background-color: rgb(171,7,5); }
div.DivClassName
{
background-color: #AB0705;
}
.BgClassName
{
background-color: #AB0705;
}
</style>
border-color css
<style>
span { border-color: #AB0705; }
span { border-color: rgb(171,7,5); }
td.TdClassName
{
border-color: #AB0705;
}
.TagClassName
{
border-color: #AB0705;
}
</style>