Shades of Free Speech Red #AB0702
Tints of Free Speech Red #AB0702
RGB
CMYK
RGB Variations
Color information
#AB0702 (or 0xAB0702) is known color: Free Speech Red. HEX triplet: AB, 07 and 02. RGB value is (171,7,2). Sum of RGB (Red+Green+Blue) = 171+7+2=180 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0702 is #54F8FD. Grayscale: #373737. Windows color (decimal): -5568766 or 133035. OLE color: 133035.
HSL color Cylindrical-coordinate representation of color #AB0702: hue angle of 1.78º degrees, saturation: 0.98, 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 #AB0702 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.33 |
| HSL | 1.78º | 0.98% | 0.34% | - |
| HSV(B) | 1.78º | 0.99% | 0.67% | - |
| XYZ | 16.88 | 8.81 | 0.87 | - |
| YUV | 55.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 2 | 0 | 0.96 | 0.99 | 0.33 | 1.78 | 0.98 | 0.34 |
| Hex | AB | 7 | 2 | 0 | 60 | 63 | 21 | 2 | 62 | 22 |
| Octal | 253 | 7 | 2 | 0 | 140 | 143 | 41 | 2 | 142 | 42 |
| Binary | 10101011 | 111 | 10 | 0 | 1100000 | 1100011 | 100001 | 10 | 1100010 | 100010 |
Color Harmonies of #AB0702
Complementary color
Monochromatic Colors of #AB0702
Black with #AB0702
Text Example
Text Example
White with #AB0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0702; }
p { color: rgb(171,7,2); }
H1.HeaderClassName
{
color: #AB0702;
}
.AnyTagClassName
{
color: #AB0702;
}
</style>
background-color css
<style>
a { background-color: #AB0702; }
a { background-color: rgb(171,7,2); }
div.DivClassName
{
background-color: #AB0702;
}
.BgClassName
{
background-color: #AB0702;
}
</style>
border-color css
<style>
span { border-color: #AB0702; }
span { border-color: rgb(171,7,2); }
td.TdClassName
{
border-color: #AB0702;
}
.TagClassName
{
border-color: #AB0702;
}
</style>