Shades of Free Speech Red #A90A00
Tints of Free Speech Red #A90A00
RGB
CMYK
RGB Variations
Color information
#A90A00 (or 0xA90A00) is known color: Free Speech Red. HEX triplet: A9, 0A and 00. RGB value is (169,10,0). Sum of RGB (Red+Green+Blue) = 169+10+0=179 (23% of max value = 765). Red value is 169 (66.41% from 255 or 94.41% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90A00 is #56F5FF. Grayscale: #383838. Windows color (decimal): -5699072 or 2729. OLE color: 2729.
HSL color Cylindrical-coordinate representation of color #A90A00: hue angle of 3.55º 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 #A90A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.34 |
| HSL | 3.55º | 1% | 0.33% | - |
| HSV(B) | 3.55º | 1% | 0.66% | - |
| XYZ | 16.47 | 8.65 | 0.8 | - |
| YUV | 56.4 | 96.18 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 0 | 0 | 0.94 | 1 | 0.34 | 3.55 | 1 | 0.33 |
| Hex | A9 | A | 0 | 0 | 5E | 64 | 22 | 4 | 64 | 21 |
| Octal | 251 | 12 | 0 | 0 | 136 | 144 | 42 | 4 | 144 | 41 |
| Binary | 10101001 | 1010 | 0 | 0 | 1011110 | 1100100 | 100010 | 100 | 1100100 | 100001 |
Color Harmonies of #A90A00
Complementary color
Monochromatic Colors of #A90A00
Black with #A90A00
Text Example
Text Example
White with #A90A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A00; }
p { color: rgb(169,10,0); }
H1.HeaderClassName
{
color: #A90A00;
}
.AnyTagClassName
{
color: #A90A00;
}
</style>
background-color css
<style>
a { background-color: #A90A00; }
a { background-color: rgb(169,10,0); }
div.DivClassName
{
background-color: #A90A00;
}
.BgClassName
{
background-color: #A90A00;
}
</style>
border-color css
<style>
span { border-color: #A90A00; }
span { border-color: rgb(169,10,0); }
td.TdClassName
{
border-color: #A90A00;
}
.TagClassName
{
border-color: #A90A00;
}
</style>