Shades of Free Speech Red #A60201
Tints of Free Speech Red #A60201
RGB
CMYK
RGB Variations
Color information
#A60201 (or 0xA60201) is known color: Free Speech Red. HEX triplet: A6, 02 and 01. RGB value is (166,2,1). Sum of RGB (Red+Green+Blue) = 166+2+1=169 (22% of max value = 765). Red value is 166 (65.23% from 255 or 98.22% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 166 - color contains mainly: red. Hex color #A60201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60201 is #59FDFE. Grayscale: #333333. Windows color (decimal): -5897727 or 66214. OLE color: 66214.
HSL color Cylindrical-coordinate representation of color #A60201: hue angle of 0.36º 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 #A60201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.35 |
| HSL | 0.36º | 0.99% | 0.33% | - |
| HSV(B) | 0.36º | 0.99% | 0.65% | - |
| XYZ | 15.75 | 8.15 | 0.77 | - |
| YUV | 50.92 | 99.83 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 1 | 0 | 0.99 | 0.99 | 0.35 | 0.36 | 0.99 | 0.33 |
| Hex | A6 | 2 | 1 | 0 | 63 | 63 | 23 | 0 | 63 | 21 |
| Octal | 246 | 2 | 1 | 0 | 143 | 143 | 43 | 0 | 143 | 41 |
| Binary | 10100110 | 10 | 1 | 0 | 1100011 | 1100011 | 100011 | 0 | 1100011 | 100001 |
Color Harmonies of #A60201
Complementary color
Monochromatic Colors of #A60201
Black with #A60201
Text Example
Text Example
White with #A60201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60201; }
p { color: rgb(166,2,1); }
H1.HeaderClassName
{
color: #A60201;
}
.AnyTagClassName
{
color: #A60201;
}
</style>
background-color css
<style>
a { background-color: #A60201; }
a { background-color: rgb(166,2,1); }
div.DivClassName
{
background-color: #A60201;
}
.BgClassName
{
background-color: #A60201;
}
</style>
border-color css
<style>
span { border-color: #A60201; }
span { border-color: rgb(166,2,1); }
td.TdClassName
{
border-color: #A60201;
}
.TagClassName
{
border-color: #A60201;
}
</style>