Shades of Free Speech Red #AD0B0A
Tints of Free Speech Red #AD0B0A
RGB
CMYK
RGB Variations
Color information
#AD0B0A (or 0xAD0B0A) is known color: Free Speech Red. HEX triplet: AD, 0B and 0A. RGB value is (173,11,10). Sum of RGB (Red+Green+Blue) = 173+11+10=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B0A is #52F4F5. Grayscale: #3B3B3B. Windows color (decimal): -5436662 or 658349. OLE color: 658349.
HSL color Cylindrical-coordinate representation of color #AD0B0A: hue angle of 0.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B0A is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 10 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.32 |
| HSL | 0.37º | 0.89% | 0.36% | - |
| HSV(B) | 0.37º | 0.94% | 0.68% | - |
| XYZ | 17.41 | 9.15 | 1.13 | - |
| YUV | 59.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 10 | 0 | 0.94 | 0.94 | 0.32 | 0.37 | 0.89 | 0.36 |
| Hex | AD | B | A | 0 | 5E | 5E | 20 | 0 | 59 | 24 |
| Octal | 255 | 13 | 12 | 0 | 136 | 136 | 40 | 0 | 131 | 44 |
| Binary | 10101101 | 1011 | 1010 | 0 | 1011110 | 1011110 | 100000 | 0 | 1011001 | 100100 |
Color Harmonies of #AD0B0A
Complementary color
Monochromatic Colors of #AD0B0A
Black with #AD0B0A
Text Example
Text Example
White with #AD0B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B0A; }
p { color: rgb(173,11,10); }
H1.HeaderClassName
{
color: #AD0B0A;
}
.AnyTagClassName
{
color: #AD0B0A;
}
</style>
background-color css
<style>
a { background-color: #AD0B0A; }
a { background-color: rgb(173,11,10); }
div.DivClassName
{
background-color: #AD0B0A;
}
.BgClassName
{
background-color: #AD0B0A;
}
</style>
border-color css
<style>
span { border-color: #AD0B0A; }
span { border-color: rgb(173,11,10); }
td.TdClassName
{
border-color: #AD0B0A;
}
.TagClassName
{
border-color: #AD0B0A;
}
</style>