Shades of Free Speech Red #A91502
Tints of Free Speech Red #A91502
RGB
CMYK
RGB Variations
Color information
#A91502 (or 0xA91502) is known color: Free Speech Red. HEX triplet: A9, 15 and 02. RGB value is (169,21,2). Sum of RGB (Red+Green+Blue) = 169+21+2=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A91502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91502 is #56EAFD. Grayscale: #3F3F3F. Windows color (decimal): -5696254 or 136617. OLE color: 136617.
HSL color Cylindrical-coordinate representation of color #A91502: hue angle of 6.83º 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 #A91502 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.34 |
| HSL | 6.83º | 0.98% | 0.34% | - |
| HSV(B) | 6.83º | 0.99% | 0.66% | - |
| XYZ | 16.64 | 8.98 | 0.91 | - |
| YUV | 63.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 2 | 0 | 0.88 | 0.99 | 0.34 | 6.83 | 0.98 | 0.34 |
| Hex | A9 | 15 | 2 | 0 | 58 | 63 | 22 | 7 | 62 | 22 |
| Octal | 251 | 25 | 2 | 0 | 130 | 143 | 42 | 7 | 142 | 42 |
| Binary | 10101001 | 10101 | 10 | 0 | 1011000 | 1100011 | 100010 | 111 | 1100010 | 100010 |
Color Harmonies of #A91502
Complementary color
Monochromatic Colors of #A91502
Black with #A91502
Text Example
Text Example
White with #A91502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91502; }
p { color: rgb(169,21,2); }
H1.HeaderClassName
{
color: #A91502;
}
.AnyTagClassName
{
color: #A91502;
}
</style>
background-color css
<style>
a { background-color: #A91502; }
a { background-color: rgb(169,21,2); }
div.DivClassName
{
background-color: #A91502;
}
.BgClassName
{
background-color: #A91502;
}
</style>
border-color css
<style>
span { border-color: #A91502; }
span { border-color: rgb(169,21,2); }
td.TdClassName
{
border-color: #A91502;
}
.TagClassName
{
border-color: #A91502;
}
</style>