Shades of Free Speech Red #A81003
Tints of Free Speech Red #A81003
RGB
CMYK
RGB Variations
Color information
#A81003 (or 0xA81003) is known color: Free Speech Red. HEX triplet: A8, 10 and 03. RGB value is (168,16,3). Sum of RGB (Red+Green+Blue) = 168+16+3=187 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.84% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 168 - color contains mainly: red. Hex color #A81003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81003 is #57EFFC. Grayscale: #3C3C3C. Windows color (decimal): -5763069 or 200872. OLE color: 200872.
HSL color Cylindrical-coordinate representation of color #A81003: hue angle of 4.73º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A81003 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.34 |
| HSL | 4.73º | 0.96% | 0.34% | - |
| HSV(B) | 4.73º | 0.98% | 0.66% | - |
| XYZ | 16.35 | 8.7 | 0.9 | - |
| YUV | 59.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 3 | 0 | 0.90 | 0.98 | 0.34 | 4.73 | 0.96 | 0.34 |
| Hex | A8 | 10 | 3 | 0 | 5A | 62 | 22 | 5 | 60 | 22 |
| Octal | 250 | 20 | 3 | 0 | 132 | 142 | 42 | 5 | 140 | 42 |
| Binary | 10101000 | 10000 | 11 | 0 | 1011010 | 1100010 | 100010 | 101 | 1100000 | 100010 |
Color Harmonies of #A81003
Complementary color
Monochromatic Colors of #A81003
Black with #A81003
Text Example
Text Example
White with #A81003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81003; }
p { color: rgb(168,16,3); }
H1.HeaderClassName
{
color: #A81003;
}
.AnyTagClassName
{
color: #A81003;
}
</style>
background-color css
<style>
a { background-color: #A81003; }
a { background-color: rgb(168,16,3); }
div.DivClassName
{
background-color: #A81003;
}
.BgClassName
{
background-color: #A81003;
}
</style>
border-color css
<style>
span { border-color: #A81003; }
span { border-color: rgb(168,16,3); }
td.TdClassName
{
border-color: #A81003;
}
.TagClassName
{
border-color: #A81003;
}
</style>