Shades of Free Speech Red #A61702
Tints of Free Speech Red #A61702
RGB
CMYK
RGB Variations
Color information
#A61702 (or 0xA61702) is known color: Free Speech Red. HEX triplet: A6, 17 and 02. RGB value is (166,23,2). Sum of RGB (Red+Green+Blue) = 166+23+2=191 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.91% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 166 - color contains mainly: red. Hex color #A61702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61702 is #59E8FD. Grayscale: #3F3F3F. Windows color (decimal): -5892350 or 137126. OLE color: 137126.
HSL color Cylindrical-coordinate representation of color #A61702: hue angle of 7.68º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A61702 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 23 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.35 |
| HSL | 7.68º | 0.98% | 0.33% | - |
| HSV(B) | 7.68º | 0.99% | 0.65% | - |
| XYZ | 16.04 | 8.72 | 0.9 | - |
| YUV | 63.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 2 | 0 | 0.86 | 0.99 | 0.35 | 7.68 | 0.98 | 0.33 |
| Hex | A6 | 17 | 2 | 0 | 56 | 63 | 23 | 8 | 62 | 21 |
| Octal | 246 | 27 | 2 | 0 | 126 | 143 | 43 | 10 | 142 | 41 |
| Binary | 10100110 | 10111 | 10 | 0 | 1010110 | 1100011 | 100011 | 1000 | 1100010 | 100001 |
Color Harmonies of #A61702
Complementary color
Monochromatic Colors of #A61702
Black with #A61702
Text Example
Text Example
White with #A61702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61702; }
p { color: rgb(166,23,2); }
H1.HeaderClassName
{
color: #A61702;
}
.AnyTagClassName
{
color: #A61702;
}
</style>
background-color css
<style>
a { background-color: #A61702; }
a { background-color: rgb(166,23,2); }
div.DivClassName
{
background-color: #A61702;
}
.BgClassName
{
background-color: #A61702;
}
</style>
border-color css
<style>
span { border-color: #A61702; }
span { border-color: rgb(166,23,2); }
td.TdClassName
{
border-color: #A61702;
}
.TagClassName
{
border-color: #A61702;
}
</style>