Shades of Free Speech Red #A81002
Tints of Free Speech Red #A81002
RGB
CMYK
RGB Variations
Color information
#A81002 (or 0xA81002) is known color: Free Speech Red. HEX triplet: A8, 10 and 02. RGB value is (168,16,2). Sum of RGB (Red+Green+Blue) = 168+16+2=186 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.32% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 168 - color contains mainly: red. Hex color #A81002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81002 is #57EFFD. Grayscale: #3C3C3C. Windows color (decimal): -5763070 or 135336. OLE color: 135336.
HSL color Cylindrical-coordinate representation of color #A81002: hue angle of 5.06º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A81002 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.34 |
| HSL | 5.06º | 0.98% | 0.33% | - |
| HSV(B) | 5.06º | 0.99% | 0.66% | - |
| XYZ | 16.34 | 8.7 | 0.88 | - |
| YUV | 59.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 2 | 0 | 0.90 | 0.99 | 0.34 | 5.06 | 0.98 | 0.33 |
| Hex | A8 | 10 | 2 | 0 | 5A | 63 | 22 | 5 | 62 | 21 |
| Octal | 250 | 20 | 2 | 0 | 132 | 143 | 42 | 5 | 142 | 41 |
| Binary | 10101000 | 10000 | 10 | 0 | 1011010 | 1100011 | 100010 | 101 | 1100010 | 100001 |
Color Harmonies of #A81002
Complementary color
Monochromatic Colors of #A81002
Black with #A81002
Text Example
Text Example
White with #A81002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81002; }
p { color: rgb(168,16,2); }
H1.HeaderClassName
{
color: #A81002;
}
.AnyTagClassName
{
color: #A81002;
}
</style>
background-color css
<style>
a { background-color: #A81002; }
a { background-color: rgb(168,16,2); }
div.DivClassName
{
background-color: #A81002;
}
.BgClassName
{
background-color: #A81002;
}
</style>
border-color css
<style>
span { border-color: #A81002; }
span { border-color: rgb(168,16,2); }
td.TdClassName
{
border-color: #A81002;
}
.TagClassName
{
border-color: #A81002;
}
</style>