Shades of Free Speech Red #AA1303
Tints of Free Speech Red #AA1303
RGB
CMYK
RGB Variations
Color information
#AA1303 (or 0xAA1303) is known color: Free Speech Red. HEX triplet: AA, 13 and 03. RGB value is (170,19,3). Sum of RGB (Red+Green+Blue) = 170+19+3=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1303 is #55ECFC. Grayscale: #3E3E3E. Windows color (decimal): -5631229 or 201642. OLE color: 201642.
HSL color Cylindrical-coordinate representation of color #AA1303: hue angle of 5.75º 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 #AA1303 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.33 |
| HSL | 5.75º | 0.97% | 0.34% | - |
| HSV(B) | 5.75º | 0.98% | 0.67% | - |
| XYZ | 16.83 | 9.02 | 0.94 | - |
| YUV | 62.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 3 | 0 | 0.89 | 0.98 | 0.33 | 5.75 | 0.97 | 0.34 |
| Hex | AA | 13 | 3 | 0 | 59 | 62 | 21 | 6 | 61 | 22 |
| Octal | 252 | 23 | 3 | 0 | 131 | 142 | 41 | 6 | 141 | 42 |
| Binary | 10101010 | 10011 | 11 | 0 | 1011001 | 1100010 | 100001 | 110 | 1100001 | 100010 |
Color Harmonies of #AA1303
Complementary color
Monochromatic Colors of #AA1303
Black with #AA1303
Text Example
Text Example
White with #AA1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1303; }
p { color: rgb(170,19,3); }
H1.HeaderClassName
{
color: #AA1303;
}
.AnyTagClassName
{
color: #AA1303;
}
</style>
background-color css
<style>
a { background-color: #AA1303; }
a { background-color: rgb(170,19,3); }
div.DivClassName
{
background-color: #AA1303;
}
.BgClassName
{
background-color: #AA1303;
}
</style>
border-color css
<style>
span { border-color: #AA1303; }
span { border-color: rgb(170,19,3); }
td.TdClassName
{
border-color: #AA1303;
}
.TagClassName
{
border-color: #AA1303;
}
</style>