Shades of Free Speech Red #AA1003
Tints of Free Speech Red #AA1003
RGB
CMYK
RGB Variations
Color information
#AA1003 (or 0xAA1003) is known color: Free Speech Red. HEX triplet: AA, 10 and 03. RGB value is (170,16,3). Sum of RGB (Red+Green+Blue) = 170+16+3=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1003 is #55EFFC. Grayscale: #3C3C3C. Windows color (decimal): -5631997 or 200874. OLE color: 200874.
HSL color Cylindrical-coordinate representation of color #AA1003: hue angle of 4.67º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA1003 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.33 |
| HSL | 4.67º | 0.97% | 0.34% | - |
| HSV(B) | 4.67º | 0.98% | 0.67% | - |
| XYZ | 16.78 | 8.92 | 0.92 | - |
| YUV | 60.56 | 95.52 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 3 | 0 | 0.91 | 0.98 | 0.33 | 4.67 | 0.97 | 0.34 |
| Hex | AA | 10 | 3 | 0 | 5B | 62 | 21 | 5 | 61 | 22 |
| Octal | 252 | 20 | 3 | 0 | 133 | 142 | 41 | 5 | 141 | 42 |
| Binary | 10101010 | 10000 | 11 | 0 | 1011011 | 1100010 | 100001 | 101 | 1100001 | 100010 |
Color Harmonies of #AA1003
Complementary color
Monochromatic Colors of #AA1003
Black with #AA1003
Text Example
Text Example
White with #AA1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1003; }
p { color: rgb(170,16,3); }
H1.HeaderClassName
{
color: #AA1003;
}
.AnyTagClassName
{
color: #AA1003;
}
</style>
background-color css
<style>
a { background-color: #AA1003; }
a { background-color: rgb(170,16,3); }
div.DivClassName
{
background-color: #AA1003;
}
.BgClassName
{
background-color: #AA1003;
}
</style>
border-color css
<style>
span { border-color: #AA1003; }
span { border-color: rgb(170,16,3); }
td.TdClassName
{
border-color: #AA1003;
}
.TagClassName
{
border-color: #AA1003;
}
</style>