Shades of Free Speech Red #AD0A03
Tints of Free Speech Red #AD0A03
RGB
CMYK
RGB Variations
Color information
#AD0A03 (or 0xAD0A03) is known color: Free Speech Red. HEX triplet: AD, 0A and 03. RGB value is (173,10,3). Sum of RGB (Red+Green+Blue) = 173+10+3=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A03 is #52F5FC. Grayscale: #3A3A3A. Windows color (decimal): -5436925 or 199341. OLE color: 199341.
HSL color Cylindrical-coordinate representation of color #AD0A03: hue angle of 2.47º degrees, saturation: 0.97, 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 #AD0A03 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.32 |
| HSL | 2.47º | 0.97% | 0.35% | - |
| HSV(B) | 2.47º | 0.98% | 0.68% | - |
| XYZ | 17.36 | 9.11 | 0.93 | - |
| YUV | 57.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 3 | 0 | 0.94 | 0.98 | 0.32 | 2.47 | 0.97 | 0.35 |
| Hex | AD | A | 3 | 0 | 5E | 62 | 20 | 2 | 61 | 23 |
| Octal | 255 | 12 | 3 | 0 | 136 | 142 | 40 | 2 | 141 | 43 |
| Binary | 10101101 | 1010 | 11 | 0 | 1011110 | 1100010 | 100000 | 10 | 1100001 | 100011 |
Color Harmonies of #AD0A03
Complementary color
Monochromatic Colors of #AD0A03
Black with #AD0A03
Text Example
Text Example
White with #AD0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A03; }
p { color: rgb(173,10,3); }
H1.HeaderClassName
{
color: #AD0A03;
}
.AnyTagClassName
{
color: #AD0A03;
}
</style>
background-color css
<style>
a { background-color: #AD0A03; }
a { background-color: rgb(173,10,3); }
div.DivClassName
{
background-color: #AD0A03;
}
.BgClassName
{
background-color: #AD0A03;
}
</style>
border-color css
<style>
span { border-color: #AD0A03; }
span { border-color: rgb(173,10,3); }
td.TdClassName
{
border-color: #AD0A03;
}
.TagClassName
{
border-color: #AD0A03;
}
</style>