Shades of Free Speech Red #A90101
Tints of Free Speech Red #A90101
RGB
CMYK
RGB Variations
Color information
#A90101 (or 0xA90101) is known color: Free Speech Red. HEX triplet: A9, 01 and 01. RGB value is (169,1,1). Sum of RGB (Red+Green+Blue) = 169+1+1=171 (22% of max value = 765). Red value is 169 (66.41% from 255 or 98.83% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 169 - color contains mainly: red. Hex color #A90101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90101 is #56FEFE. Grayscale: #333333. Windows color (decimal): -5701375 or 65961. OLE color: 65961.
HSL color Cylindrical-coordinate representation of color #A90101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.34 |
| HSL | 0º | 0.99% | 0.33% | - |
| HSV(B) | 0º | 0.99% | 0.66% | - |
| XYZ | 16.38 | 8.46 | 0.8 | - |
| YUV | 51.23 | 99.66 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 1 | 0 | 0.99 | 0.99 | 0.34 | 0 | 0.99 | 0.33 |
| Hex | A9 | 1 | 1 | 0 | 63 | 63 | 22 | 0 | 63 | 21 |
| Octal | 251 | 1 | 1 | 0 | 143 | 143 | 42 | 0 | 143 | 41 |
| Binary | 10101001 | 1 | 1 | 0 | 1100011 | 1100011 | 100010 | 0 | 1100011 | 100001 |
Color Harmonies of #A90101
Complementary color
Monochromatic Colors of #A90101
Black with #A90101
Text Example
Text Example
White with #A90101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90101; }
p { color: rgb(169,1,1); }
H1.HeaderClassName
{
color: #A90101;
}
.AnyTagClassName
{
color: #A90101;
}
</style>
background-color css
<style>
a { background-color: #A90101; }
a { background-color: rgb(169,1,1); }
div.DivClassName
{
background-color: #A90101;
}
.BgClassName
{
background-color: #A90101;
}
</style>
border-color css
<style>
span { border-color: #A90101; }
span { border-color: rgb(169,1,1); }
td.TdClassName
{
border-color: #A90101;
}
.TagClassName
{
border-color: #A90101;
}
</style>