Shades of Free Speech Red #AB0602
Tints of Free Speech Red #AB0602
RGB
CMYK
RGB Variations
Color information
#AB0602 (or 0xAB0602) is known color: Free Speech Red. HEX triplet: AB, 06 and 02. RGB value is (171,6,2). Sum of RGB (Red+Green+Blue) = 171+6+2=179 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95.53% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0602 is #54F9FD. Grayscale: #373737. Windows color (decimal): -5569022 or 132779. OLE color: 132779.
HSL color Cylindrical-coordinate representation of color #AB0602: hue angle of 1.42º 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 #AB0602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.33 |
| HSL | 1.42º | 0.98% | 0.34% | - |
| HSV(B) | 1.42º | 0.99% | 0.67% | - |
| XYZ | 16.87 | 8.79 | 0.87 | - |
| YUV | 54.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 2 | 0 | 0.96 | 0.99 | 0.33 | 1.42 | 0.98 | 0.34 |
| Hex | AB | 6 | 2 | 0 | 60 | 63 | 21 | 1 | 62 | 22 |
| Octal | 253 | 6 | 2 | 0 | 140 | 143 | 41 | 1 | 142 | 42 |
| Binary | 10101011 | 110 | 10 | 0 | 1100000 | 1100011 | 100001 | 1 | 1100010 | 100010 |
Color Harmonies of #AB0602
Complementary color
Monochromatic Colors of #AB0602
Black with #AB0602
Text Example
Text Example
White with #AB0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0602; }
p { color: rgb(171,6,2); }
H1.HeaderClassName
{
color: #AB0602;
}
.AnyTagClassName
{
color: #AB0602;
}
</style>
background-color css
<style>
a { background-color: #AB0602; }
a { background-color: rgb(171,6,2); }
div.DivClassName
{
background-color: #AB0602;
}
.BgClassName
{
background-color: #AB0602;
}
</style>
border-color css
<style>
span { border-color: #AB0602; }
span { border-color: rgb(171,6,2); }
td.TdClassName
{
border-color: #AB0602;
}
.TagClassName
{
border-color: #AB0602;
}
</style>