Shades of Free Speech Red #A90600
Tints of Free Speech Red #A90600
RGB
CMYK
RGB Variations
Color information
#A90600 (or 0xA90600) is known color: Free Speech Red. HEX triplet: A9, 06 and 00. RGB value is (169,6,0). Sum of RGB (Red+Green+Blue) = 169+6+0=175 (23% of max value = 765). Red value is 169 (66.41% from 255 or 96.57% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 169 - color contains mainly: red. Hex color #A90600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90600 is #56F9FF. Grayscale: #363636. Windows color (decimal): -5700096 or 1705. OLE color: 1705.
HSL color Cylindrical-coordinate representation of color #A90600: hue angle of 2.13º 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 #A90600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.34 |
| HSL | 2.13º | 1% | 0.33% | - |
| HSV(B) | 2.13º | 1% | 0.66% | - |
| XYZ | 16.43 | 8.57 | 0.79 | - |
| YUV | 54.05 | 97.5 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 0 | 0 | 0.96 | 1 | 0.34 | 2.13 | 1 | 0.33 |
| Hex | A9 | 6 | 0 | 0 | 60 | 64 | 22 | 2 | 64 | 21 |
| Octal | 251 | 6 | 0 | 0 | 140 | 144 | 42 | 2 | 144 | 41 |
| Binary | 10101001 | 110 | 0 | 0 | 1100000 | 1100100 | 100010 | 10 | 1100100 | 100001 |
Color Harmonies of #A90600
Complementary color
Monochromatic Colors of #A90600
Black with #A90600
Text Example
Text Example
White with #A90600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90600; }
p { color: rgb(169,6,0); }
H1.HeaderClassName
{
color: #A90600;
}
.AnyTagClassName
{
color: #A90600;
}
</style>
background-color css
<style>
a { background-color: #A90600; }
a { background-color: rgb(169,6,0); }
div.DivClassName
{
background-color: #A90600;
}
.BgClassName
{
background-color: #A90600;
}
</style>
border-color css
<style>
span { border-color: #A90600; }
span { border-color: rgb(169,6,0); }
td.TdClassName
{
border-color: #A90600;
}
.TagClassName
{
border-color: #A90600;
}
</style>