Shades of Free Speech Red #A81A00
Tints of Free Speech Red #A81A00
RGB
CMYK
RGB Variations
Color information
#A81A00 (or 0xA81A00) is known color: Free Speech Red. HEX triplet: A8, 1A and 00. RGB value is (168,26,0). Sum of RGB (Red+Green+Blue) = 168+26+0=194 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.60% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A00 is #57E5FF. Grayscale: #414141. Windows color (decimal): -5760512 or 6824. OLE color: 6824.
HSL color Cylindrical-coordinate representation of color #A81A00: hue angle of 9.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A81A00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.34 |
| HSL | 9.29º | 1% | 0.33% | - |
| HSV(B) | 9.29º | 1% | 0.66% | - |
| XYZ | 16.52 | 9.06 | 0.88 | - |
| YUV | 65.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 0 | 0 | 0.85 | 1 | 0.34 | 9.29 | 1 | 0.33 |
| Hex | A8 | 1A | 0 | 0 | 55 | 64 | 22 | 9 | 64 | 21 |
| Octal | 250 | 32 | 0 | 0 | 125 | 144 | 42 | 11 | 144 | 41 |
| Binary | 10101000 | 11010 | 0 | 0 | 1010101 | 1100100 | 100010 | 1001 | 1100100 | 100001 |
Color Harmonies of #A81A00
Complementary color
Monochromatic Colors of #A81A00
Black with #A81A00
Text Example
Text Example
White with #A81A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A00; }
p { color: rgb(168,26,0); }
H1.HeaderClassName
{
color: #A81A00;
}
.AnyTagClassName
{
color: #A81A00;
}
</style>
background-color css
<style>
a { background-color: #A81A00; }
a { background-color: rgb(168,26,0); }
div.DivClassName
{
background-color: #A81A00;
}
.BgClassName
{
background-color: #A81A00;
}
</style>
border-color css
<style>
span { border-color: #A81A00; }
span { border-color: rgb(168,26,0); }
td.TdClassName
{
border-color: #A81A00;
}
.TagClassName
{
border-color: #A81A00;
}
</style>