Shades of Free Speech Red #A8100A
Tints of Free Speech Red #A8100A
RGB
CMYK
RGB Variations
Color information
#A8100A (or 0xA8100A) is known color: Free Speech Red. HEX triplet: A8, 10 and 0A. RGB value is (168,16,10). Sum of RGB (Red+Green+Blue) = 168+16+10=194 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.60% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 168 - color contains mainly: red. Hex color #A8100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8100A is #57EFF5. Grayscale: #3C3C3C. Windows color (decimal): -5763062 or 659624. OLE color: 659624.
HSL color Cylindrical-coordinate representation of color #A8100A: hue angle of 2.28º 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 #A8100A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 10 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.34 |
| HSL | 2.28º | 0.89% | 0.35% | - |
| HSV(B) | 2.28º | 0.94% | 0.66% | - |
| XYZ | 16.39 | 8.72 | 1.11 | - |
| YUV | 60.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 10 | 0 | 0.90 | 0.94 | 0.34 | 2.28 | 0.89 | 0.35 |
| Hex | A8 | 10 | A | 0 | 5A | 5E | 22 | 2 | 59 | 23 |
| Octal | 250 | 20 | 12 | 0 | 132 | 136 | 42 | 2 | 131 | 43 |
| Binary | 10101000 | 10000 | 1010 | 0 | 1011010 | 1011110 | 100010 | 10 | 1011001 | 100011 |
Color Harmonies of #A8100A
Complementary color
Monochromatic Colors of #A8100A
Black with #A8100A
Text Example
Text Example
White with #A8100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8100A; }
p { color: rgb(168,16,10); }
H1.HeaderClassName
{
color: #A8100A;
}
.AnyTagClassName
{
color: #A8100A;
}
</style>
background-color css
<style>
a { background-color: #A8100A; }
a { background-color: rgb(168,16,10); }
div.DivClassName
{
background-color: #A8100A;
}
.BgClassName
{
background-color: #A8100A;
}
</style>
border-color css
<style>
span { border-color: #A8100A; }
span { border-color: rgb(168,16,10); }
td.TdClassName
{
border-color: #A8100A;
}
.TagClassName
{
border-color: #A8100A;
}
</style>