Shades of Free Speech Red #AD0A04
Tints of Free Speech Red #AD0A04
RGB
CMYK
RGB Variations
Color information
#AD0A04 (or 0xAD0A04) is known color: Free Speech Red. HEX triplet: AD, 0A and 04. RGB value is (173,10,4). Sum of RGB (Red+Green+Blue) = 173+10+4=187 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.51% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A04 is #52F5FB. Grayscale: #3A3A3A. Windows color (decimal): -5436924 or 264877. OLE color: 264877.
HSL color Cylindrical-coordinate representation of color #AD0A04: hue angle of 2.13º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0A04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.32 |
| HSL | 2.13º | 0.95% | 0.35% | - |
| HSV(B) | 2.13º | 0.98% | 0.68% | - |
| XYZ | 17.36 | 9.11 | 0.96 | - |
| YUV | 58.05 | 97.5 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 4 | 0 | 0.94 | 0.98 | 0.32 | 2.13 | 0.95 | 0.35 |
| Hex | AD | A | 4 | 0 | 5E | 62 | 20 | 2 | 5F | 23 |
| Octal | 255 | 12 | 4 | 0 | 136 | 142 | 40 | 2 | 137 | 43 |
| Binary | 10101101 | 1010 | 100 | 0 | 1011110 | 1100010 | 100000 | 10 | 1011111 | 100011 |
Color Harmonies of #AD0A04
Complementary color
Monochromatic Colors of #AD0A04
Black with #AD0A04
Text Example
Text Example
White with #AD0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A04; }
p { color: rgb(173,10,4); }
H1.HeaderClassName
{
color: #AD0A04;
}
.AnyTagClassName
{
color: #AD0A04;
}
</style>
background-color css
<style>
a { background-color: #AD0A04; }
a { background-color: rgb(173,10,4); }
div.DivClassName
{
background-color: #AD0A04;
}
.BgClassName
{
background-color: #AD0A04;
}
</style>
border-color css
<style>
span { border-color: #AD0A04; }
span { border-color: rgb(173,10,4); }
td.TdClassName
{
border-color: #AD0A04;
}
.TagClassName
{
border-color: #AD0A04;
}
</style>