Shades of Free Speech Red #AB0807
Tints of Free Speech Red #AB0807
RGB
CMYK
RGB Variations
Color information
#AB0807 (or 0xAB0807) is known color: Free Speech Red. HEX triplet: AB, 08 and 07. RGB value is (171,8,7). Sum of RGB (Red+Green+Blue) = 171+8+7=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0807 is #54F7F8. Grayscale: #383838. Windows color (decimal): -5568505 or 460971. OLE color: 460971.
HSL color Cylindrical-coordinate representation of color #AB0807: hue angle of 0.37º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0807 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.33 |
| HSL | 0.37º | 0.92% | 0.35% | - |
| HSV(B) | 0.37º | 0.96% | 0.67% | - |
| XYZ | 16.92 | 8.85 | 1.02 | - |
| YUV | 56.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 7 | 0 | 0.95 | 0.96 | 0.33 | 0.37 | 0.92 | 0.35 |
| Hex | AB | 8 | 7 | 0 | 5F | 60 | 21 | 0 | 5C | 23 |
| Octal | 253 | 10 | 7 | 0 | 137 | 140 | 41 | 0 | 134 | 43 |
| Binary | 10101011 | 1000 | 111 | 0 | 1011111 | 1100000 | 100001 | 0 | 1011100 | 100011 |
Color Harmonies of #AB0807
Complementary color
Monochromatic Colors of #AB0807
Black with #AB0807
Text Example
Text Example
White with #AB0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0807; }
p { color: rgb(171,8,7); }
H1.HeaderClassName
{
color: #AB0807;
}
.AnyTagClassName
{
color: #AB0807;
}
</style>
background-color css
<style>
a { background-color: #AB0807; }
a { background-color: rgb(171,8,7); }
div.DivClassName
{
background-color: #AB0807;
}
.BgClassName
{
background-color: #AB0807;
}
</style>
border-color css
<style>
span { border-color: #AB0807; }
span { border-color: rgb(171,8,7); }
td.TdClassName
{
border-color: #AB0807;
}
.TagClassName
{
border-color: #AB0807;
}
</style>