Shades of Free Speech Red #A80905
Tints of Free Speech Red #A80905
RGB
CMYK
RGB Variations
Color information
#A80905 (or 0xA80905) is known color: Free Speech Red. HEX triplet: A8, 09 and 05. RGB value is (168,9,5). Sum of RGB (Red+Green+Blue) = 168+9+5=182 (24% of max value = 765). Red value is 168 (66.02% from 255 or 92.31% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 168 - color contains mainly: red. Hex color #A80905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80905 is #57F6FA. Grayscale: #383838. Windows color (decimal): -5764859 or 330152. OLE color: 330152.
HSL color Cylindrical-coordinate representation of color #A80905: hue angle of 1.47º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80905 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 5 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.34 |
| HSL | 1.47º | 0.94% | 0.34% | - |
| HSV(B) | 1.47º | 0.97% | 0.66% | - |
| XYZ | 16.27 | 8.53 | 0.93 | - |
| YUV | 56.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 5 | 0 | 0.95 | 0.97 | 0.34 | 1.47 | 0.94 | 0.34 |
| Hex | A8 | 9 | 5 | 0 | 5F | 61 | 22 | 1 | 5E | 22 |
| Octal | 250 | 11 | 5 | 0 | 137 | 141 | 42 | 1 | 136 | 42 |
| Binary | 10101000 | 1001 | 101 | 0 | 1011111 | 1100001 | 100010 | 1 | 1011110 | 100010 |
Color Harmonies of #A80905
Complementary color
Monochromatic Colors of #A80905
Black with #A80905
Text Example
Text Example
White with #A80905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80905; }
p { color: rgb(168,9,5); }
H1.HeaderClassName
{
color: #A80905;
}
.AnyTagClassName
{
color: #A80905;
}
</style>
background-color css
<style>
a { background-color: #A80905; }
a { background-color: rgb(168,9,5); }
div.DivClassName
{
background-color: #A80905;
}
.BgClassName
{
background-color: #A80905;
}
</style>
border-color css
<style>
span { border-color: #A80905; }
span { border-color: rgb(168,9,5); }
td.TdClassName
{
border-color: #A80905;
}
.TagClassName
{
border-color: #A80905;
}
</style>