Shades of Free Speech Red #A81800
Tints of Free Speech Red #A81800
RGB
CMYK
RGB Variations
Color information
#A81800 (or 0xA81800) is known color: Free Speech Red. HEX triplet: A8, 18 and 00. RGB value is (168,24,0). Sum of RGB (Red+Green+Blue) = 168+24+0=192 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.5% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 168 - color contains mainly: red. Hex color #A81800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81800 is #57E7FF. Grayscale: #404040. Windows color (decimal): -5761024 or 6312. OLE color: 6312.
HSL color Cylindrical-coordinate representation of color #A81800: hue angle of 8.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A81800 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.34 |
| HSL | 8.57º | 1% | 0.33% | - |
| HSV(B) | 8.57º | 1% | 0.66% | - |
| XYZ | 16.48 | 8.98 | 0.86 | - |
| YUV | 64.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 0 | 0 | 0.86 | 1 | 0.34 | 8.57 | 1 | 0.33 |
| Hex | A8 | 18 | 0 | 0 | 56 | 64 | 22 | 9 | 64 | 21 |
| Octal | 250 | 30 | 0 | 0 | 126 | 144 | 42 | 11 | 144 | 41 |
| Binary | 10101000 | 11000 | 0 | 0 | 1010110 | 1100100 | 100010 | 1001 | 1100100 | 100001 |
Color Harmonies of #A81800
Complementary color
Monochromatic Colors of #A81800
Black with #A81800
Text Example
Text Example
White with #A81800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81800; }
p { color: rgb(168,24,0); }
H1.HeaderClassName
{
color: #A81800;
}
.AnyTagClassName
{
color: #A81800;
}
</style>
background-color css
<style>
a { background-color: #A81800; }
a { background-color: rgb(168,24,0); }
div.DivClassName
{
background-color: #A81800;
}
.BgClassName
{
background-color: #A81800;
}
</style>
border-color css
<style>
span { border-color: #A81800; }
span { border-color: rgb(168,24,0); }
td.TdClassName
{
border-color: #A81800;
}
.TagClassName
{
border-color: #A81800;
}
</style>