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