Shades of Free Speech Red #A61300
Tints of Free Speech Red #A61300
RGB
CMYK
RGB Variations
Color information
#A61300 (or 0xA61300) is known color: Free Speech Red. HEX triplet: A6, 13 and 00. RGB value is (166,19,0). Sum of RGB (Red+Green+Blue) = 166+19+0=185 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.73% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 166 - color contains mainly: red. Hex color #A61300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61300 is #59ECFF. Grayscale: #3D3D3D. Windows color (decimal): -5893376 or 5030. OLE color: 5030.
HSL color Cylindrical-coordinate representation of color #A61300: hue angle of 6.87º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A61300 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.35 |
| HSL | 6.87º | 1% | 0.33% | - |
| HSV(B) | 6.87º | 1% | 0.65% | - |
| XYZ | 15.96 | 8.57 | 0.81 | - |
| YUV | 60.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 0 | 0 | 0.89 | 1 | 0.35 | 6.87 | 1 | 0.33 |
| Hex | A6 | 13 | 0 | 0 | 59 | 64 | 23 | 7 | 64 | 21 |
| Octal | 246 | 23 | 0 | 0 | 131 | 144 | 43 | 7 | 144 | 41 |
| Binary | 10100110 | 10011 | 0 | 0 | 1011001 | 1100100 | 100011 | 111 | 1100100 | 100001 |
Color Harmonies of #A61300
Complementary color
Monochromatic Colors of #A61300
Black with #A61300
Text Example
Text Example
White with #A61300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61300; }
p { color: rgb(166,19,0); }
H1.HeaderClassName
{
color: #A61300;
}
.AnyTagClassName
{
color: #A61300;
}
</style>
background-color css
<style>
a { background-color: #A61300; }
a { background-color: rgb(166,19,0); }
div.DivClassName
{
background-color: #A61300;
}
.BgClassName
{
background-color: #A61300;
}
</style>
border-color css
<style>
span { border-color: #A61300; }
span { border-color: rgb(166,19,0); }
td.TdClassName
{
border-color: #A61300;
}
.TagClassName
{
border-color: #A61300;
}
</style>