Shades of Free Speech Red #AD0B07
Tints of Free Speech Red #AD0B07
RGB
CMYK
RGB Variations
Color information
#AD0B07 (or 0xAD0B07) is known color: Free Speech Red. HEX triplet: AD, 0B and 07. RGB value is (173,11,7). Sum of RGB (Red+Green+Blue) = 173+11+7=191 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.58% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B07 is #52F4F8. Grayscale: #3B3B3B. Windows color (decimal): -5436665 or 461741. OLE color: 461741.
HSL color Cylindrical-coordinate representation of color #AD0B07: hue angle of 1.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0B07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 7 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.32 |
| HSL | 1.45º | 0.92% | 0.35% | - |
| HSV(B) | 1.45º | 0.96% | 0.68% | - |
| XYZ | 17.39 | 9.14 | 1.05 | - |
| YUV | 58.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 7 | 0 | 0.94 | 0.96 | 0.32 | 1.45 | 0.92 | 0.35 |
| Hex | AD | B | 7 | 0 | 5E | 60 | 20 | 1 | 5C | 23 |
| Octal | 255 | 13 | 7 | 0 | 136 | 140 | 40 | 1 | 134 | 43 |
| Binary | 10101101 | 1011 | 111 | 0 | 1011110 | 1100000 | 100000 | 1 | 1011100 | 100011 |
Color Harmonies of #AD0B07
Complementary color
Monochromatic Colors of #AD0B07
Black with #AD0B07
Text Example
Text Example
White with #AD0B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B07; }
p { color: rgb(173,11,7); }
H1.HeaderClassName
{
color: #AD0B07;
}
.AnyTagClassName
{
color: #AD0B07;
}
</style>
background-color css
<style>
a { background-color: #AD0B07; }
a { background-color: rgb(173,11,7); }
div.DivClassName
{
background-color: #AD0B07;
}
.BgClassName
{
background-color: #AD0B07;
}
</style>
border-color css
<style>
span { border-color: #AD0B07; }
span { border-color: rgb(173,11,7); }
td.TdClassName
{
border-color: #AD0B07;
}
.TagClassName
{
border-color: #AD0B07;
}
</style>