Shades of Free Speech Red #A6100A
Tints of Free Speech Red #A6100A
RGB
CMYK
RGB Variations
Color information
#A6100A (or 0xA6100A) is known color: Free Speech Red. HEX triplet: A6, 10 and 0A. RGB value is (166,16,10). Sum of RGB (Red+Green+Blue) = 166+16+10=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A6100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6100A is #59EFF5. Grayscale: #3C3C3C. Windows color (decimal): -5894134 or 659622. OLE color: 659622.
HSL color Cylindrical-coordinate representation of color #A6100A: hue angle of 2.31º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6100A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 10 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.35 |
| HSL | 2.31º | 0.89% | 0.35% | - |
| HSV(B) | 2.31º | 0.94% | 0.65% | - |
| XYZ | 15.97 | 8.5 | 1.09 | - |
| YUV | 60.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 10 | 0 | 0.90 | 0.94 | 0.35 | 2.31 | 0.89 | 0.35 |
| Hex | A6 | 10 | A | 0 | 5A | 5E | 23 | 2 | 59 | 23 |
| Octal | 246 | 20 | 12 | 0 | 132 | 136 | 43 | 2 | 131 | 43 |
| Binary | 10100110 | 10000 | 1010 | 0 | 1011010 | 1011110 | 100011 | 10 | 1011001 | 100011 |
Color Harmonies of #A6100A
Complementary color
Monochromatic Colors of #A6100A
Black with #A6100A
Text Example
Text Example
White with #A6100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6100A; }
p { color: rgb(166,16,10); }
H1.HeaderClassName
{
color: #A6100A;
}
.AnyTagClassName
{
color: #A6100A;
}
</style>
background-color css
<style>
a { background-color: #A6100A; }
a { background-color: rgb(166,16,10); }
div.DivClassName
{
background-color: #A6100A;
}
.BgClassName
{
background-color: #A6100A;
}
</style>
border-color css
<style>
span { border-color: #A6100A; }
span { border-color: rgb(166,16,10); }
td.TdClassName
{
border-color: #A6100A;
}
.TagClassName
{
border-color: #A6100A;
}
</style>