Shades of Free Speech Red #AA1500
Tints of Free Speech Red #AA1500
RGB
CMYK
RGB Variations
Color information
#AA1500 (or 0xAA1500) is known color: Free Speech Red. HEX triplet: AA, 15 and 00. RGB value is (170,21,0). Sum of RGB (Red+Green+Blue) = 170+21+0=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1500 is #55EAFF. Grayscale: #3F3F3F. Windows color (decimal): -5630720 or 5546. OLE color: 5546.
HSL color Cylindrical-coordinate representation of color #AA1500: hue angle of 7.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA1500 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.33 |
| HSL | 7.41º | 1% | 0.33% | - |
| HSV(B) | 7.41º | 1% | 0.67% | - |
| XYZ | 16.85 | 9.08 | 0.87 | - |
| YUV | 63.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 0 | 0 | 0.88 | 1 | 0.33 | 7.41 | 1 | 0.33 |
| Hex | AA | 15 | 0 | 0 | 58 | 64 | 21 | 7 | 64 | 21 |
| Octal | 252 | 25 | 0 | 0 | 130 | 144 | 41 | 7 | 144 | 41 |
| Binary | 10101010 | 10101 | 0 | 0 | 1011000 | 1100100 | 100001 | 111 | 1100100 | 100001 |
Color Harmonies of #AA1500
Complementary color
Monochromatic Colors of #AA1500
Black with #AA1500
Text Example
Text Example
White with #AA1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1500; }
p { color: rgb(170,21,0); }
H1.HeaderClassName
{
color: #AA1500;
}
.AnyTagClassName
{
color: #AA1500;
}
</style>
background-color css
<style>
a { background-color: #AA1500; }
a { background-color: rgb(170,21,0); }
div.DivClassName
{
background-color: #AA1500;
}
.BgClassName
{
background-color: #AA1500;
}
</style>
border-color css
<style>
span { border-color: #AA1500; }
span { border-color: rgb(170,21,0); }
td.TdClassName
{
border-color: #AA1500;
}
.TagClassName
{
border-color: #AA1500;
}
</style>