Shades of Free Speech Red #A91102
Tints of Free Speech Red #A91102
RGB
CMYK
RGB Variations
Color information
#A91102 (or 0xA91102) is known color: Free Speech Red. HEX triplet: A9, 11 and 02. RGB value is (169,17,2). Sum of RGB (Red+Green+Blue) = 169+17+2=188 (24% of max value = 765). Red value is 169 (66.41% from 255 or 89.89% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 169 - color contains mainly: red. Hex color #A91102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91102 is #56EEFD. Grayscale: #3C3C3C. Windows color (decimal): -5697278 or 135593. OLE color: 135593.
HSL color Cylindrical-coordinate representation of color #A91102: hue angle of 5.39º 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 #A91102 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.34 |
| HSL | 5.39º | 0.98% | 0.34% | - |
| HSV(B) | 5.39º | 0.99% | 0.66% | - |
| XYZ | 16.57 | 8.84 | 0.89 | - |
| YUV | 60.74 | 94.86 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 2 | 0 | 0.90 | 0.99 | 0.34 | 5.39 | 0.98 | 0.34 |
| Hex | A9 | 11 | 2 | 0 | 5A | 63 | 22 | 5 | 62 | 22 |
| Octal | 251 | 21 | 2 | 0 | 132 | 143 | 42 | 5 | 142 | 42 |
| Binary | 10101001 | 10001 | 10 | 0 | 1011010 | 1100011 | 100010 | 101 | 1100010 | 100010 |
Color Harmonies of #A91102
Complementary color
Monochromatic Colors of #A91102
Black with #A91102
Text Example
Text Example
White with #A91102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91102; }
p { color: rgb(169,17,2); }
H1.HeaderClassName
{
color: #A91102;
}
.AnyTagClassName
{
color: #A91102;
}
</style>
background-color css
<style>
a { background-color: #A91102; }
a { background-color: rgb(169,17,2); }
div.DivClassName
{
background-color: #A91102;
}
.BgClassName
{
background-color: #A91102;
}
</style>
border-color css
<style>
span { border-color: #A91102; }
span { border-color: rgb(169,17,2); }
td.TdClassName
{
border-color: #A91102;
}
.TagClassName
{
border-color: #A91102;
}
</style>