Shades of Free Speech Red #AB1202
Tints of Free Speech Red #AB1202
RGB
CMYK
RGB Variations
Color information
#AB1202 (or 0xAB1202) is known color: Free Speech Red. HEX triplet: AB, 12 and 02. RGB value is (171,18,2). Sum of RGB (Red+Green+Blue) = 171+18+2=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1202 is #54EDFD. Grayscale: #3E3E3E. Windows color (decimal): -5565950 or 135851. OLE color: 135851.
HSL color Cylindrical-coordinate representation of color #AB1202: hue angle of 5.68º 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 #AB1202 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.33 |
| HSL | 5.68º | 0.98% | 0.34% | - |
| HSV(B) | 5.68º | 0.99% | 0.67% | - |
| XYZ | 17.02 | 9.09 | 0.92 | - |
| YUV | 61.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 2 | 0 | 0.89 | 0.99 | 0.33 | 5.68 | 0.98 | 0.34 |
| Hex | AB | 12 | 2 | 0 | 59 | 63 | 21 | 6 | 62 | 22 |
| Octal | 253 | 22 | 2 | 0 | 131 | 143 | 41 | 6 | 142 | 42 |
| Binary | 10101011 | 10010 | 10 | 0 | 1011001 | 1100011 | 100001 | 110 | 1100010 | 100010 |
Color Harmonies of #AB1202
Complementary color
Monochromatic Colors of #AB1202
Black with #AB1202
Text Example
Text Example
White with #AB1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1202; }
p { color: rgb(171,18,2); }
H1.HeaderClassName
{
color: #AB1202;
}
.AnyTagClassName
{
color: #AB1202;
}
</style>
background-color css
<style>
a { background-color: #AB1202; }
a { background-color: rgb(171,18,2); }
div.DivClassName
{
background-color: #AB1202;
}
.BgClassName
{
background-color: #AB1202;
}
</style>
border-color css
<style>
span { border-color: #AB1202; }
span { border-color: rgb(171,18,2); }
td.TdClassName
{
border-color: #AB1202;
}
.TagClassName
{
border-color: #AB1202;
}
</style>