Shades of Free Speech Red #AD0A09
Tints of Free Speech Red #AD0A09
RGB
CMYK
RGB Variations
Color information
#AD0A09 (or 0xAD0A09) is known color: Free Speech Red. HEX triplet: AD, 0A and 09. RGB value is (173,10,9). Sum of RGB (Red+Green+Blue) = 173+10+9=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A09 is #52F5F6. Grayscale: #3A3A3A. Windows color (decimal): -5436919 or 592557. OLE color: 592557.
HSL color Cylindrical-coordinate representation of color #AD0A09: hue angle of 0.37º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0A09 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 9 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.32 |
| HSL | 0.37º | 0.9% | 0.36% | - |
| HSV(B) | 0.37º | 0.95% | 0.68% | - |
| XYZ | 17.39 | 9.12 | 1.1 | - |
| YUV | 58.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 9 | 0 | 0.94 | 0.95 | 0.32 | 0.37 | 0.9 | 0.36 |
| Hex | AD | A | 9 | 0 | 5E | 5F | 20 | 0 | 5A | 24 |
| Octal | 255 | 12 | 11 | 0 | 136 | 137 | 40 | 0 | 132 | 44 |
| Binary | 10101101 | 1010 | 1001 | 0 | 1011110 | 1011111 | 100000 | 0 | 1011010 | 100100 |
Color Harmonies of #AD0A09
Complementary color
Monochromatic Colors of #AD0A09
Black with #AD0A09
Text Example
Text Example
White with #AD0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A09; }
p { color: rgb(173,10,9); }
H1.HeaderClassName
{
color: #AD0A09;
}
.AnyTagClassName
{
color: #AD0A09;
}
</style>
background-color css
<style>
a { background-color: #AD0A09; }
a { background-color: rgb(173,10,9); }
div.DivClassName
{
background-color: #AD0A09;
}
.BgClassName
{
background-color: #AD0A09;
}
</style>
border-color css
<style>
span { border-color: #AD0A09; }
span { border-color: rgb(173,10,9); }
td.TdClassName
{
border-color: #AD0A09;
}
.TagClassName
{
border-color: #AD0A09;
}
</style>