Shades of Free Speech Red #A81205
Tints of Free Speech Red #A81205
RGB
CMYK
RGB Variations
Color information
#A81205 (or 0xA81205) is known color: Free Speech Red. HEX triplet: A8, 12 and 05. RGB value is (168,18,5). Sum of RGB (Red+Green+Blue) = 168+18+5=191 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.96% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 168 - color contains mainly: red. Hex color #A81205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81205 is #57EDFA. Grayscale: #3D3D3D. Windows color (decimal): -5762555 or 332456. OLE color: 332456.
HSL color Cylindrical-coordinate representation of color #A81205: hue angle of 4.79º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A81205 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.34 |
| HSL | 4.79º | 0.94% | 0.34% | - |
| HSV(B) | 4.79º | 0.97% | 0.66% | - |
| XYZ | 16.39 | 8.77 | 0.97 | - |
| YUV | 61.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 5 | 0 | 0.89 | 0.97 | 0.34 | 4.79 | 0.94 | 0.34 |
| Hex | A8 | 12 | 5 | 0 | 59 | 61 | 22 | 5 | 5E | 22 |
| Octal | 250 | 22 | 5 | 0 | 131 | 141 | 42 | 5 | 136 | 42 |
| Binary | 10101000 | 10010 | 101 | 0 | 1011001 | 1100001 | 100010 | 101 | 1011110 | 100010 |
Color Harmonies of #A81205
Complementary color
Monochromatic Colors of #A81205
Black with #A81205
Text Example
Text Example
White with #A81205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81205; }
p { color: rgb(168,18,5); }
H1.HeaderClassName
{
color: #A81205;
}
.AnyTagClassName
{
color: #A81205;
}
</style>
background-color css
<style>
a { background-color: #A81205; }
a { background-color: rgb(168,18,5); }
div.DivClassName
{
background-color: #A81205;
}
.BgClassName
{
background-color: #A81205;
}
</style>
border-color css
<style>
span { border-color: #A81205; }
span { border-color: rgb(168,18,5); }
td.TdClassName
{
border-color: #A81205;
}
.TagClassName
{
border-color: #A81205;
}
</style>