Shades of Free Speech Red #A90402
Tints of Free Speech Red #A90402
RGB
CMYK
RGB Variations
Color information
#A90402 (or 0xA90402) is known color: Free Speech Red. HEX triplet: A9, 04 and 02. RGB value is (169,4,2). Sum of RGB (Red+Green+Blue) = 169+4+2=175 (23% of max value = 765). Red value is 169 (66.41% from 255 or 96.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 169 - color contains mainly: red. Hex color #A90402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90402 is #56FBFD. Grayscale: #353535. Windows color (decimal): -5700606 or 132265. OLE color: 132265.
HSL color Cylindrical-coordinate representation of color #A90402: hue angle of 0.72º 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 #A90402 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.34 |
| HSL | 0.72º | 0.98% | 0.34% | - |
| HSV(B) | 0.72º | 0.99% | 0.66% | - |
| XYZ | 16.42 | 8.53 | 0.84 | - |
| YUV | 53.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 2 | 0 | 0.98 | 0.99 | 0.34 | 0.72 | 0.98 | 0.34 |
| Hex | A9 | 4 | 2 | 0 | 62 | 63 | 22 | 1 | 62 | 22 |
| Octal | 251 | 4 | 2 | 0 | 142 | 143 | 42 | 1 | 142 | 42 |
| Binary | 10101001 | 100 | 10 | 0 | 1100010 | 1100011 | 100010 | 1 | 1100010 | 100010 |
Color Harmonies of #A90402
Complementary color
Monochromatic Colors of #A90402
Black with #A90402
Text Example
Text Example
White with #A90402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90402; }
p { color: rgb(169,4,2); }
H1.HeaderClassName
{
color: #A90402;
}
.AnyTagClassName
{
color: #A90402;
}
</style>
background-color css
<style>
a { background-color: #A90402; }
a { background-color: rgb(169,4,2); }
div.DivClassName
{
background-color: #A90402;
}
.BgClassName
{
background-color: #A90402;
}
</style>
border-color css
<style>
span { border-color: #A90402; }
span { border-color: rgb(169,4,2); }
td.TdClassName
{
border-color: #A90402;
}
.TagClassName
{
border-color: #A90402;
}
</style>