Shades of Free Speech Red #AA0807
Tints of Free Speech Red #AA0807
RGB
CMYK
RGB Variations
Color information
#AA0807 (or 0xAA0807) is known color: Free Speech Red. HEX triplet: AA, 08 and 07. RGB value is (170,8,7). Sum of RGB (Red+Green+Blue) = 170+8+7=185 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.89% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0807 is #55F7F8. Grayscale: #383838. Windows color (decimal): -5634041 or 460970. OLE color: 460970.
HSL color Cylindrical-coordinate representation of color #AA0807: hue angle of 0.37º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0807 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.33 |
| HSL | 0.37º | 0.92% | 0.35% | - |
| HSV(B) | 0.37º | 0.96% | 0.67% | - |
| XYZ | 16.7 | 8.74 | 1.01 | - |
| YUV | 56.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 7 | 0 | 0.95 | 0.96 | 0.33 | 0.37 | 0.92 | 0.35 |
| Hex | AA | 8 | 7 | 0 | 5F | 60 | 21 | 0 | 5C | 23 |
| Octal | 252 | 10 | 7 | 0 | 137 | 140 | 41 | 0 | 134 | 43 |
| Binary | 10101010 | 1000 | 111 | 0 | 1011111 | 1100000 | 100001 | 0 | 1011100 | 100011 |
Color Harmonies of #AA0807
Complementary color
Monochromatic Colors of #AA0807
Black with #AA0807
Text Example
Text Example
White with #AA0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0807; }
p { color: rgb(170,8,7); }
H1.HeaderClassName
{
color: #AA0807;
}
.AnyTagClassName
{
color: #AA0807;
}
</style>
background-color css
<style>
a { background-color: #AA0807; }
a { background-color: rgb(170,8,7); }
div.DivClassName
{
background-color: #AA0807;
}
.BgClassName
{
background-color: #AA0807;
}
</style>
border-color css
<style>
span { border-color: #AA0807; }
span { border-color: rgb(170,8,7); }
td.TdClassName
{
border-color: #AA0807;
}
.TagClassName
{
border-color: #AA0807;
}
</style>