Shades of Free Speech Red #AD0A02
Tints of Free Speech Red #AD0A02
RGB
CMYK
RGB Variations
Color information
#AD0A02 (or 0xAD0A02) is known color: Free Speech Red. HEX triplet: AD, 0A and 02. RGB value is (173,10,2). Sum of RGB (Red+Green+Blue) = 173+10+2=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A02 is #52F5FD. Grayscale: #3A3A3A. Windows color (decimal): -5436926 or 133805. OLE color: 133805.
HSL color Cylindrical-coordinate representation of color #AD0A02: hue angle of 2.81º 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 #AD0A02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.32 |
| HSL | 2.81º | 0.98% | 0.34% | - |
| HSV(B) | 2.81º | 0.99% | 0.68% | - |
| XYZ | 17.35 | 9.11 | 0.9 | - |
| YUV | 57.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 2 | 0 | 0.94 | 0.99 | 0.32 | 2.81 | 0.98 | 0.34 |
| Hex | AD | A | 2 | 0 | 5E | 63 | 20 | 3 | 62 | 22 |
| Octal | 255 | 12 | 2 | 0 | 136 | 143 | 40 | 3 | 142 | 42 |
| Binary | 10101101 | 1010 | 10 | 0 | 1011110 | 1100011 | 100000 | 11 | 1100010 | 100010 |
Color Harmonies of #AD0A02
Complementary color
Monochromatic Colors of #AD0A02
Black with #AD0A02
Text Example
Text Example
White with #AD0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A02; }
p { color: rgb(173,10,2); }
H1.HeaderClassName
{
color: #AD0A02;
}
.AnyTagClassName
{
color: #AD0A02;
}
</style>
background-color css
<style>
a { background-color: #AD0A02; }
a { background-color: rgb(173,10,2); }
div.DivClassName
{
background-color: #AD0A02;
}
.BgClassName
{
background-color: #AD0A02;
}
</style>
border-color css
<style>
span { border-color: #AD0A02; }
span { border-color: rgb(173,10,2); }
td.TdClassName
{
border-color: #AD0A02;
}
.TagClassName
{
border-color: #AD0A02;
}
</style>