Shades of Free Speech Red #A91A00
Tints of Free Speech Red #A91A00
RGB
CMYK
RGB Variations
Color information
#A91A00 (or 0xA91A00) is known color: Free Speech Red. HEX triplet: A9, 1A and 00. RGB value is (169,26,0). Sum of RGB (Red+Green+Blue) = 169+26+0=195 (25% of max value = 765). Red value is 169 (66.41% from 255 or 86.67% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91A00 is #56E5FF. Grayscale: #424242. Windows color (decimal): -5694976 or 6825. OLE color: 6825.
HSL color Cylindrical-coordinate representation of color #A91A00: hue angle of 9.23º 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 #A91A00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.34 |
| HSL | 9.23º | 1% | 0.33% | - |
| HSV(B) | 9.23º | 1% | 0.66% | - |
| XYZ | 16.73 | 9.17 | 0.89 | - |
| YUV | 65.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 0 | 0 | 0.85 | 1 | 0.34 | 9.23 | 1 | 0.33 |
| Hex | A9 | 1A | 0 | 0 | 55 | 64 | 22 | 9 | 64 | 21 |
| Octal | 251 | 32 | 0 | 0 | 125 | 144 | 42 | 11 | 144 | 41 |
| Binary | 10101001 | 11010 | 0 | 0 | 1010101 | 1100100 | 100010 | 1001 | 1100100 | 100001 |
Color Harmonies of #A91A00
Complementary color
Monochromatic Colors of #A91A00
Black with #A91A00
Text Example
Text Example
White with #A91A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91A00; }
p { color: rgb(169,26,0); }
H1.HeaderClassName
{
color: #A91A00;
}
.AnyTagClassName
{
color: #A91A00;
}
</style>
background-color css
<style>
a { background-color: #A91A00; }
a { background-color: rgb(169,26,0); }
div.DivClassName
{
background-color: #A91A00;
}
.BgClassName
{
background-color: #A91A00;
}
</style>
border-color css
<style>
span { border-color: #A91A00; }
span { border-color: rgb(169,26,0); }
td.TdClassName
{
border-color: #A91A00;
}
.TagClassName
{
border-color: #A91A00;
}
</style>