Shades of Free Speech Red #A61A00
Tints of Free Speech Red #A61A00
RGB
CMYK
RGB Variations
Color information
#A61A00 (or 0xA61A00) is known color: Free Speech Red. HEX triplet: A6, 1A and 00. RGB value is (166,26,0). Sum of RGB (Red+Green+Blue) = 166+26+0=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61A00 is #59E5FF. Grayscale: #414141. Windows color (decimal): -5891584 or 6822. OLE color: 6822.
HSL color Cylindrical-coordinate representation of color #A61A00: hue angle of 9.4º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A61A00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.35 |
| HSL | 9.4º | 1% | 0.33% | - |
| HSV(B) | 9.4º | 1% | 0.65% | - |
| XYZ | 16.1 | 8.85 | 0.86 | - |
| YUV | 64.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 0 | 0 | 0.84 | 1 | 0.35 | 9.4 | 1 | 0.33 |
| Hex | A6 | 1A | 0 | 0 | 54 | 64 | 23 | 9 | 64 | 21 |
| Octal | 246 | 32 | 0 | 0 | 124 | 144 | 43 | 11 | 144 | 41 |
| Binary | 10100110 | 11010 | 0 | 0 | 1010100 | 1100100 | 100011 | 1001 | 1100100 | 100001 |
Color Harmonies of #A61A00
Complementary color
Monochromatic Colors of #A61A00
Black with #A61A00
Text Example
Text Example
White with #A61A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A00; }
p { color: rgb(166,26,0); }
H1.HeaderClassName
{
color: #A61A00;
}
.AnyTagClassName
{
color: #A61A00;
}
</style>
background-color css
<style>
a { background-color: #A61A00; }
a { background-color: rgb(166,26,0); }
div.DivClassName
{
background-color: #A61A00;
}
.BgClassName
{
background-color: #A61A00;
}
</style>
border-color css
<style>
span { border-color: #A61A00; }
span { border-color: rgb(166,26,0); }
td.TdClassName
{
border-color: #A61A00;
}
.TagClassName
{
border-color: #A61A00;
}
</style>