Shades of Free Speech Red #A90702
Tints of Free Speech Red #A90702
RGB
CMYK
RGB Variations
Color information
#A90702 (or 0xA90702) is known color: Free Speech Red. HEX triplet: A9, 07 and 02. RGB value is (169,7,2). Sum of RGB (Red+Green+Blue) = 169+7+2=178 (23% of max value = 765). Red value is 169 (66.41% from 255 or 94.94% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 169 - color contains mainly: red. Hex color #A90702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90702 is #56F8FD. Grayscale: #373737. Windows color (decimal): -5699838 or 133033. OLE color: 133033.
HSL color Cylindrical-coordinate representation of color #A90702: hue angle of 1.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90702 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.34 |
| HSL | 1.8º | 0.98% | 0.34% | - |
| HSV(B) | 1.8º | 0.99% | 0.66% | - |
| XYZ | 16.45 | 8.59 | 0.85 | - |
| YUV | 54.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 2 | 0 | 0.96 | 0.99 | 0.34 | 1.8 | 0.98 | 0.34 |
| Hex | A9 | 7 | 2 | 0 | 60 | 63 | 22 | 2 | 62 | 22 |
| Octal | 251 | 7 | 2 | 0 | 140 | 143 | 42 | 2 | 142 | 42 |
| Binary | 10101001 | 111 | 10 | 0 | 1100000 | 1100011 | 100010 | 10 | 1100010 | 100010 |
Color Harmonies of #A90702
Complementary color
Monochromatic Colors of #A90702
Black with #A90702
Text Example
Text Example
White with #A90702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90702; }
p { color: rgb(169,7,2); }
H1.HeaderClassName
{
color: #A90702;
}
.AnyTagClassName
{
color: #A90702;
}
</style>
background-color css
<style>
a { background-color: #A90702; }
a { background-color: rgb(169,7,2); }
div.DivClassName
{
background-color: #A90702;
}
.BgClassName
{
background-color: #A90702;
}
</style>
border-color css
<style>
span { border-color: #A90702; }
span { border-color: rgb(169,7,2); }
td.TdClassName
{
border-color: #A90702;
}
.TagClassName
{
border-color: #A90702;
}
</style>