Shades of Free Speech Red #A90802
Tints of Free Speech Red #A90802
RGB
CMYK
RGB Variations
Color information
#A90802 (or 0xA90802) is known color: Free Speech Red. HEX triplet: A9, 08 and 02. RGB value is (169,8,2). Sum of RGB (Red+Green+Blue) = 169+8+2=179 (23% of max value = 765). Red value is 169 (66.41% from 255 or 94.41% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 169 - color contains mainly: red. Hex color #A90802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90802 is #56F7FD. Grayscale: #373737. Windows color (decimal): -5699582 or 133289. OLE color: 133289.
HSL color Cylindrical-coordinate representation of color #A90802: hue angle of 2.16º 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 #A90802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.34 |
| HSL | 2.16º | 0.98% | 0.34% | - |
| HSV(B) | 2.16º | 0.99% | 0.66% | - |
| XYZ | 16.46 | 8.61 | 0.85 | - |
| YUV | 55.46 | 97.84 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 2 | 0 | 0.95 | 0.99 | 0.34 | 2.16 | 0.98 | 0.34 |
| Hex | A9 | 8 | 2 | 0 | 5F | 63 | 22 | 2 | 62 | 22 |
| Octal | 251 | 10 | 2 | 0 | 137 | 143 | 42 | 2 | 142 | 42 |
| Binary | 10101001 | 1000 | 10 | 0 | 1011111 | 1100011 | 100010 | 10 | 1100010 | 100010 |
Color Harmonies of #A90802
Complementary color
Monochromatic Colors of #A90802
Black with #A90802
Text Example
Text Example
White with #A90802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90802; }
p { color: rgb(169,8,2); }
H1.HeaderClassName
{
color: #A90802;
}
.AnyTagClassName
{
color: #A90802;
}
</style>
background-color css
<style>
a { background-color: #A90802; }
a { background-color: rgb(169,8,2); }
div.DivClassName
{
background-color: #A90802;
}
.BgClassName
{
background-color: #A90802;
}
</style>
border-color css
<style>
span { border-color: #A90802; }
span { border-color: rgb(169,8,2); }
td.TdClassName
{
border-color: #A90802;
}
.TagClassName
{
border-color: #A90802;
}
</style>