Shades of Free Speech Red #AD0B01
Tints of Free Speech Red #AD0B01
RGB
CMYK
RGB Variations
Color information
#AD0B01 (or 0xAD0B01) is known color: Free Speech Red. HEX triplet: AD, 0B and 01. RGB value is (173,11,1). Sum of RGB (Red+Green+Blue) = 173+11+1=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B01 is #52F4FE. Grayscale: #3A3A3A. Windows color (decimal): -5436671 or 68525. OLE color: 68525.
HSL color Cylindrical-coordinate representation of color #AD0B01: hue angle of 3.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0B01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.32 |
| HSL | 3.49º | 0.99% | 0.34% | - |
| HSV(B) | 3.49º | 0.99% | 0.68% | - |
| XYZ | 17.36 | 9.13 | 0.88 | - |
| YUV | 58.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 1 | 0 | 0.94 | 0.99 | 0.32 | 3.49 | 0.99 | 0.34 |
| Hex | AD | B | 1 | 0 | 5E | 63 | 20 | 3 | 63 | 22 |
| Octal | 255 | 13 | 1 | 0 | 136 | 143 | 40 | 3 | 143 | 42 |
| Binary | 10101101 | 1011 | 1 | 0 | 1011110 | 1100011 | 100000 | 11 | 1100011 | 100010 |
Color Harmonies of #AD0B01
Complementary color
Monochromatic Colors of #AD0B01
Black with #AD0B01
Text Example
Text Example
White with #AD0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B01; }
p { color: rgb(173,11,1); }
H1.HeaderClassName
{
color: #AD0B01;
}
.AnyTagClassName
{
color: #AD0B01;
}
</style>
background-color css
<style>
a { background-color: #AD0B01; }
a { background-color: rgb(173,11,1); }
div.DivClassName
{
background-color: #AD0B01;
}
.BgClassName
{
background-color: #AD0B01;
}
</style>
border-color css
<style>
span { border-color: #AD0B01; }
span { border-color: rgb(173,11,1); }
td.TdClassName
{
border-color: #AD0B01;
}
.TagClassName
{
border-color: #AD0B01;
}
</style>