Shades of Free Speech Red #A90500
Tints of Free Speech Red #A90500
RGB
CMYK
RGB Variations
Color information
#A90500 (or 0xA90500) is known color: Free Speech Red. HEX triplet: A9, 05 and 00. RGB value is (169,5,0). Sum of RGB (Red+Green+Blue) = 169+5+0=174 (23% of max value = 765). Red value is 169 (66.41% from 255 or 97.13% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 169 - color contains mainly: red. Hex color #A90500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90500 is #56FAFF. Grayscale: #353535. Windows color (decimal): -5700352 or 1449. OLE color: 1449.
HSL color Cylindrical-coordinate representation of color #A90500: hue angle of 1.78º 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 #A90500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.34 |
| HSL | 1.78º | 1% | 0.33% | - |
| HSV(B) | 1.78º | 1% | 0.66% | - |
| XYZ | 16.42 | 8.54 | 0.78 | - |
| YUV | 53.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 0 | 0 | 0.97 | 1 | 0.34 | 1.78 | 1 | 0.33 |
| Hex | A9 | 5 | 0 | 0 | 61 | 64 | 22 | 2 | 64 | 21 |
| Octal | 251 | 5 | 0 | 0 | 141 | 144 | 42 | 2 | 144 | 41 |
| Binary | 10101001 | 101 | 0 | 0 | 1100001 | 1100100 | 100010 | 10 | 1100100 | 100001 |
Color Harmonies of #A90500
Complementary color
Monochromatic Colors of #A90500
Black with #A90500
Text Example
Text Example
White with #A90500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90500; }
p { color: rgb(169,5,0); }
H1.HeaderClassName
{
color: #A90500;
}
.AnyTagClassName
{
color: #A90500;
}
</style>
background-color css
<style>
a { background-color: #A90500; }
a { background-color: rgb(169,5,0); }
div.DivClassName
{
background-color: #A90500;
}
.BgClassName
{
background-color: #A90500;
}
</style>
border-color css
<style>
span { border-color: #A90500; }
span { border-color: rgb(169,5,0); }
td.TdClassName
{
border-color: #A90500;
}
.TagClassName
{
border-color: #A90500;
}
</style>