Shades of Free Speech Red #AB1500
Tints of Free Speech Red #AB1500
RGB
CMYK
RGB Variations
Color information
#AB1500 (or 0xAB1500) is known color: Free Speech Red. HEX triplet: AB, 15 and 00. RGB value is (171,21,0). Sum of RGB (Red+Green+Blue) = 171+21+0=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1500 is #54EAFF. Grayscale: #3F3F3F. Windows color (decimal): -5565184 or 5547. OLE color: 5547.
HSL color Cylindrical-coordinate representation of color #AB1500: hue angle of 7.37º 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 #AB1500 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.33 |
| HSL | 7.37º | 1% | 0.34% | - |
| HSV(B) | 7.37º | 1% | 0.67% | - |
| XYZ | 17.06 | 9.19 | 0.88 | - |
| YUV | 63.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 0 | 0 | 0.88 | 1 | 0.33 | 7.37 | 1 | 0.34 |
| Hex | AB | 15 | 0 | 0 | 58 | 64 | 21 | 7 | 64 | 22 |
| Octal | 253 | 25 | 0 | 0 | 130 | 144 | 41 | 7 | 144 | 42 |
| Binary | 10101011 | 10101 | 0 | 0 | 1011000 | 1100100 | 100001 | 111 | 1100100 | 100010 |
Color Harmonies of #AB1500
Complementary color
Monochromatic Colors of #AB1500
Black with #AB1500
Text Example
Text Example
White with #AB1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1500; }
p { color: rgb(171,21,0); }
H1.HeaderClassName
{
color: #AB1500;
}
.AnyTagClassName
{
color: #AB1500;
}
</style>
background-color css
<style>
a { background-color: #AB1500; }
a { background-color: rgb(171,21,0); }
div.DivClassName
{
background-color: #AB1500;
}
.BgClassName
{
background-color: #AB1500;
}
</style>
border-color css
<style>
span { border-color: #AB1500; }
span { border-color: rgb(171,21,0); }
td.TdClassName
{
border-color: #AB1500;
}
.TagClassName
{
border-color: #AB1500;
}
</style>