Shades of Free Speech Red #A80902
Tints of Free Speech Red #A80902
RGB
CMYK
RGB Variations
Color information
#A80902 (or 0xA80902) is known color: Free Speech Red. HEX triplet: A8, 09 and 02. RGB value is (168,9,2). Sum of RGB (Red+Green+Blue) = 168+9+2=179 (23% of max value = 765). Red value is 168 (66.02% from 255 or 93.85% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 168 - color contains mainly: red. Hex color #A80902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80902 is #57F6FD. Grayscale: #373737. Windows color (decimal): -5764862 or 133544. OLE color: 133544.
HSL color Cylindrical-coordinate representation of color #A80902: hue angle of 2.53º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.34 |
| HSL | 2.53º | 0.98% | 0.33% | - |
| HSV(B) | 2.53º | 0.99% | 0.66% | - |
| XYZ | 16.26 | 8.52 | 0.85 | - |
| YUV | 55.74 | 97.68 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 2 | 0 | 0.95 | 0.99 | 0.34 | 2.53 | 0.98 | 0.33 |
| Hex | A8 | 9 | 2 | 0 | 5F | 63 | 22 | 3 | 62 | 21 |
| Octal | 250 | 11 | 2 | 0 | 137 | 143 | 42 | 3 | 142 | 41 |
| Binary | 10101000 | 1001 | 10 | 0 | 1011111 | 1100011 | 100010 | 11 | 1100010 | 100001 |
Color Harmonies of #A80902
Complementary color
Monochromatic Colors of #A80902
Black with #A80902
Text Example
Text Example
White with #A80902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80902; }
p { color: rgb(168,9,2); }
H1.HeaderClassName
{
color: #A80902;
}
.AnyTagClassName
{
color: #A80902;
}
</style>
background-color css
<style>
a { background-color: #A80902; }
a { background-color: rgb(168,9,2); }
div.DivClassName
{
background-color: #A80902;
}
.BgClassName
{
background-color: #A80902;
}
</style>
border-color css
<style>
span { border-color: #A80902; }
span { border-color: rgb(168,9,2); }
td.TdClassName
{
border-color: #A80902;
}
.TagClassName
{
border-color: #A80902;
}
</style>