Shades of Free Speech Red #A60902
Tints of Free Speech Red #A60902
RGB
CMYK
RGB Variations
Color information
#A60902 (or 0xA60902) is known color: Free Speech Red. HEX triplet: A6, 09 and 02. RGB value is (166,9,2). Sum of RGB (Red+Green+Blue) = 166+9+2=177 (23% of max value = 765). Red value is 166 (65.23% from 255 or 93.79% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 166 - color contains mainly: red. Hex color #A60902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60902 is #59F6FD. Grayscale: #373737. Windows color (decimal): -5895934 or 133542. OLE color: 133542.
HSL color Cylindrical-coordinate representation of color #A60902: hue angle of 2.56º degrees, saturation: 0.98, 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 #A60902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.35 |
| HSL | 2.56º | 0.98% | 0.33% | - |
| HSV(B) | 2.56º | 0.99% | 0.65% | - |
| XYZ | 15.83 | 8.31 | 0.83 | - |
| YUV | 55.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 2 | 0 | 0.95 | 0.99 | 0.35 | 2.56 | 0.98 | 0.33 |
| Hex | A6 | 9 | 2 | 0 | 5F | 63 | 23 | 3 | 62 | 21 |
| Octal | 246 | 11 | 2 | 0 | 137 | 143 | 43 | 3 | 142 | 41 |
| Binary | 10100110 | 1001 | 10 | 0 | 1011111 | 1100011 | 100011 | 11 | 1100010 | 100001 |
Color Harmonies of #A60902
Complementary color
Monochromatic Colors of #A60902
Black with #A60902
Text Example
Text Example
White with #A60902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60902; }
p { color: rgb(166,9,2); }
H1.HeaderClassName
{
color: #A60902;
}
.AnyTagClassName
{
color: #A60902;
}
</style>
background-color css
<style>
a { background-color: #A60902; }
a { background-color: rgb(166,9,2); }
div.DivClassName
{
background-color: #A60902;
}
.BgClassName
{
background-color: #A60902;
}
</style>
border-color css
<style>
span { border-color: #A60902; }
span { border-color: rgb(166,9,2); }
td.TdClassName
{
border-color: #A60902;
}
.TagClassName
{
border-color: #A60902;
}
</style>