Shades of Free Speech Red #AD0605
Tints of Free Speech Red #AD0605
RGB
CMYK
RGB Variations
Color information
#AD0605 (or 0xAD0605) is known color: Free Speech Red. HEX triplet: AD, 06 and 05. RGB value is (173,6,5). Sum of RGB (Red+Green+Blue) = 173+6+5=184 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.02% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0605 is #52F9FA. Grayscale: #373737. Windows color (decimal): -5437947 or 329389. OLE color: 329389.
HSL color Cylindrical-coordinate representation of color #AD0605: hue angle of 0.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0605 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.32 |
| HSL | 0.36º | 0.94% | 0.35% | - |
| HSV(B) | 0.36º | 0.97% | 0.68% | - |
| XYZ | 17.33 | 9.03 | 0.97 | - |
| YUV | 55.82 | 99.33 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 5 | 0 | 0.97 | 0.97 | 0.32 | 0.36 | 0.94 | 0.35 |
| Hex | AD | 6 | 5 | 0 | 61 | 61 | 20 | 0 | 5E | 23 |
| Octal | 255 | 6 | 5 | 0 | 141 | 141 | 40 | 0 | 136 | 43 |
| Binary | 10101101 | 110 | 101 | 0 | 1100001 | 1100001 | 100000 | 0 | 1011110 | 100011 |
Color Harmonies of #AD0605
Complementary color
Monochromatic Colors of #AD0605
Black with #AD0605
Text Example
Text Example
White with #AD0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0605; }
p { color: rgb(173,6,5); }
H1.HeaderClassName
{
color: #AD0605;
}
.AnyTagClassName
{
color: #AD0605;
}
</style>
background-color css
<style>
a { background-color: #AD0605; }
a { background-color: rgb(173,6,5); }
div.DivClassName
{
background-color: #AD0605;
}
.BgClassName
{
background-color: #AD0605;
}
</style>
border-color css
<style>
span { border-color: #AD0605; }
span { border-color: rgb(173,6,5); }
td.TdClassName
{
border-color: #AD0605;
}
.TagClassName
{
border-color: #AD0605;
}
</style>