Shades of Free Speech Red #A90D09
Tints of Free Speech Red #A90D09
RGB
CMYK
RGB Variations
Color information
#A90D09 (or 0xA90D09) is known color: Free Speech Red. HEX triplet: A9, 0D and 09. RGB value is (169,13,9). Sum of RGB (Red+Green+Blue) = 169+13+9=191 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.48% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90D09 is #56F2F6. Grayscale: #3B3B3B. Windows color (decimal): -5698295 or 593321. OLE color: 593321.
HSL color Cylindrical-coordinate representation of color #A90D09: hue angle of 1.5º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90D09 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.34 |
| HSL | 1.5º | 0.9% | 0.35% | - |
| HSV(B) | 1.5º | 0.95% | 0.66% | - |
| XYZ | 16.56 | 8.74 | 1.07 | - |
| YUV | 59.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 9 | 0 | 0.92 | 0.95 | 0.34 | 1.5 | 0.9 | 0.35 |
| Hex | A9 | D | 9 | 0 | 5C | 5F | 22 | 2 | 5A | 23 |
| Octal | 251 | 15 | 11 | 0 | 134 | 137 | 42 | 2 | 132 | 43 |
| Binary | 10101001 | 1101 | 1001 | 0 | 1011100 | 1011111 | 100010 | 10 | 1011010 | 100011 |
Color Harmonies of #A90D09
Complementary color
Monochromatic Colors of #A90D09
Black with #A90D09
Text Example
Text Example
White with #A90D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D09; }
p { color: rgb(169,13,9); }
H1.HeaderClassName
{
color: #A90D09;
}
.AnyTagClassName
{
color: #A90D09;
}
</style>
background-color css
<style>
a { background-color: #A90D09; }
a { background-color: rgb(169,13,9); }
div.DivClassName
{
background-color: #A90D09;
}
.BgClassName
{
background-color: #A90D09;
}
</style>
border-color css
<style>
span { border-color: #A90D09; }
span { border-color: rgb(169,13,9); }
td.TdClassName
{
border-color: #A90D09;
}
.TagClassName
{
border-color: #A90D09;
}
</style>