Shades of Free Speech Red #A80A04
Tints of Free Speech Red #A80A04
RGB
CMYK
RGB Variations
Color information
#A80A04 (or 0xA80A04) is known color: Free Speech Red. HEX triplet: A8, 0A and 04. RGB value is (168,10,4). Sum of RGB (Red+Green+Blue) = 168+10+4=182 (24% of max value = 765). Red value is 168 (66.02% from 255 or 92.31% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80A04 is #57F5FB. Grayscale: #383838. Windows color (decimal): -5764604 or 264872. OLE color: 264872.
HSL color Cylindrical-coordinate representation of color #A80A04: hue angle of 2.2º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80A04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.34 |
| HSL | 2.2º | 0.95% | 0.34% | - |
| HSV(B) | 2.2º | 0.98% | 0.66% | - |
| XYZ | 16.28 | 8.55 | 0.91 | - |
| YUV | 56.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 4 | 0 | 0.94 | 0.98 | 0.34 | 2.2 | 0.95 | 0.34 |
| Hex | A8 | A | 4 | 0 | 5E | 62 | 22 | 2 | 5F | 22 |
| Octal | 250 | 12 | 4 | 0 | 136 | 142 | 42 | 2 | 137 | 42 |
| Binary | 10101000 | 1010 | 100 | 0 | 1011110 | 1100010 | 100010 | 10 | 1011111 | 100010 |
Color Harmonies of #A80A04
Complementary color
Monochromatic Colors of #A80A04
Black with #A80A04
Text Example
Text Example
White with #A80A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A04; }
p { color: rgb(168,10,4); }
H1.HeaderClassName
{
color: #A80A04;
}
.AnyTagClassName
{
color: #A80A04;
}
</style>
background-color css
<style>
a { background-color: #A80A04; }
a { background-color: rgb(168,10,4); }
div.DivClassName
{
background-color: #A80A04;
}
.BgClassName
{
background-color: #A80A04;
}
</style>
border-color css
<style>
span { border-color: #A80A04; }
span { border-color: rgb(168,10,4); }
td.TdClassName
{
border-color: #A80A04;
}
.TagClassName
{
border-color: #A80A04;
}
</style>