Shades of Free Speech Red #A60F01
Tints of Free Speech Red #A60F01
RGB
CMYK
RGB Variations
Color information
#A60F01 (or 0xA60F01) is known color: Free Speech Red. HEX triplet: A6, 0F and 01. RGB value is (166,15,1). Sum of RGB (Red+Green+Blue) = 166+15+1=182 (24% of max value = 765). Red value is 166 (65.23% from 255 or 91.21% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60F01 is #59F0FE. Grayscale: #3A3A3A. Windows color (decimal): -5894399 or 69542. OLE color: 69542.
HSL color Cylindrical-coordinate representation of color #A60F01: hue angle of 5.09º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60F01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.35 |
| HSL | 5.09º | 0.99% | 0.33% | - |
| HSV(B) | 5.09º | 0.99% | 0.65% | - |
| XYZ | 15.9 | 8.45 | 0.82 | - |
| YUV | 58.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 1 | 0 | 0.91 | 0.99 | 0.35 | 5.09 | 0.99 | 0.33 |
| Hex | A6 | F | 1 | 0 | 5B | 63 | 23 | 5 | 63 | 21 |
| Octal | 246 | 17 | 1 | 0 | 133 | 143 | 43 | 5 | 143 | 41 |
| Binary | 10100110 | 1111 | 1 | 0 | 1011011 | 1100011 | 100011 | 101 | 1100011 | 100001 |
Color Harmonies of #A60F01
Complementary color
Monochromatic Colors of #A60F01
Black with #A60F01
Text Example
Text Example
White with #A60F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F01; }
p { color: rgb(166,15,1); }
H1.HeaderClassName
{
color: #A60F01;
}
.AnyTagClassName
{
color: #A60F01;
}
</style>
background-color css
<style>
a { background-color: #A60F01; }
a { background-color: rgb(166,15,1); }
div.DivClassName
{
background-color: #A60F01;
}
.BgClassName
{
background-color: #A60F01;
}
</style>
border-color css
<style>
span { border-color: #A60F01; }
span { border-color: rgb(166,15,1); }
td.TdClassName
{
border-color: #A60F01;
}
.TagClassName
{
border-color: #A60F01;
}
</style>