Shades of Free Speech Red #A90D0A
Tints of Free Speech Red #A90D0A
RGB
CMYK
RGB Variations
Color information
#A90D0A (or 0xA90D0A) is known color: Free Speech Red. HEX triplet: A9, 0D and 0A. RGB value is (169,13,10). Sum of RGB (Red+Green+Blue) = 169+13+10=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90D0A is #56F2F5. Grayscale: #3B3B3B. Windows color (decimal): -5698294 or 658857. OLE color: 658857.
HSL color Cylindrical-coordinate representation of color #A90D0A: hue angle of 1.13º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90D0A is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 10 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.34 |
| HSL | 1.13º | 0.89% | 0.35% | - |
| HSV(B) | 1.13º | 0.94% | 0.66% | - |
| XYZ | 16.56 | 8.74 | 1.1 | - |
| YUV | 59.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 10 | 0 | 0.92 | 0.94 | 0.34 | 1.13 | 0.89 | 0.35 |
| Hex | A9 | D | A | 0 | 5C | 5E | 22 | 1 | 59 | 23 |
| Octal | 251 | 15 | 12 | 0 | 134 | 136 | 42 | 1 | 131 | 43 |
| Binary | 10101001 | 1101 | 1010 | 0 | 1011100 | 1011110 | 100010 | 1 | 1011001 | 100011 |
Color Harmonies of #A90D0A
Complementary color
Monochromatic Colors of #A90D0A
Black with #A90D0A
Text Example
Text Example
White with #A90D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D0A; }
p { color: rgb(169,13,10); }
H1.HeaderClassName
{
color: #A90D0A;
}
.AnyTagClassName
{
color: #A90D0A;
}
</style>
background-color css
<style>
a { background-color: #A90D0A; }
a { background-color: rgb(169,13,10); }
div.DivClassName
{
background-color: #A90D0A;
}
.BgClassName
{
background-color: #A90D0A;
}
</style>
border-color css
<style>
span { border-color: #A90D0A; }
span { border-color: rgb(169,13,10); }
td.TdClassName
{
border-color: #A90D0A;
}
.TagClassName
{
border-color: #A90D0A;
}
</style>