Shades of Free Speech Red #AD0902
Tints of Free Speech Red #AD0902
RGB
CMYK
RGB Variations
Color information
#AD0902 (or 0xAD0902) is known color: Free Speech Red. HEX triplet: AD, 09 and 02. RGB value is (173,9,2). Sum of RGB (Red+Green+Blue) = 173+9+2=184 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.02% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0902 is #52F6FD. Grayscale: #393939. Windows color (decimal): -5437182 or 133549. OLE color: 133549.
HSL color Cylindrical-coordinate representation of color #AD0902: hue angle of 2.46º degrees, saturation: 0.98, 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 #AD0902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.32 |
| HSL | 2.46º | 0.98% | 0.34% | - |
| HSV(B) | 2.46º | 0.99% | 0.68% | - |
| XYZ | 17.34 | 9.08 | 0.9 | - |
| YUV | 57.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 2 | 0 | 0.95 | 0.99 | 0.32 | 2.46 | 0.98 | 0.34 |
| Hex | AD | 9 | 2 | 0 | 5F | 63 | 20 | 2 | 62 | 22 |
| Octal | 255 | 11 | 2 | 0 | 137 | 143 | 40 | 2 | 142 | 42 |
| Binary | 10101101 | 1001 | 10 | 0 | 1011111 | 1100011 | 100000 | 10 | 1100010 | 100010 |
Color Harmonies of #AD0902
Complementary color
Monochromatic Colors of #AD0902
Black with #AD0902
Text Example
Text Example
White with #AD0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0902; }
p { color: rgb(173,9,2); }
H1.HeaderClassName
{
color: #AD0902;
}
.AnyTagClassName
{
color: #AD0902;
}
</style>
background-color css
<style>
a { background-color: #AD0902; }
a { background-color: rgb(173,9,2); }
div.DivClassName
{
background-color: #AD0902;
}
.BgClassName
{
background-color: #AD0902;
}
</style>
border-color css
<style>
span { border-color: #AD0902; }
span { border-color: rgb(173,9,2); }
td.TdClassName
{
border-color: #AD0902;
}
.TagClassName
{
border-color: #AD0902;
}
</style>