Shades of Free Speech Red #B20A00
Tints of Free Speech Red #B20A00
RGB
CMYK
RGB Variations
Color information
#B20A00 (or 0xB20A00) is known color: Free Speech Red. HEX triplet: B2, 0A and 00. RGB value is (178,10,0). Sum of RGB (Red+Green+Blue) = 178+10+0=188 (24% of max value = 765). Red value is 178 (69.92% from 255 or 94.68% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20A00 is #4DF5FF. Grayscale: #3B3B3B. Windows color (decimal): -5109248 or 2738. OLE color: 2738.
HSL color Cylindrical-coordinate representation of color #B20A00: hue angle of 3.37º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.30 |
| HSL | 3.37º | 1% | 0.35% | - |
| HSV(B) | 3.37º | 1% | 0.7% | - |
| XYZ | 18.47 | 9.68 | 0.9 | - |
| YUV | 59.09 | 94.66 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 0 | 0 | 0.94 | 1 | 0.30 | 3.37 | 1 | 0.35 |
| Hex | B2 | A | 0 | 0 | 5E | 64 | 1E | 3 | 64 | 23 |
| Octal | 262 | 12 | 0 | 0 | 136 | 144 | 36 | 3 | 144 | 43 |
| Binary | 10110010 | 1010 | 0 | 0 | 1011110 | 1100100 | 11110 | 11 | 1100100 | 100011 |
Color Harmonies of #B20A00
Complementary color
Monochromatic Colors of #B20A00
Black with #B20A00
Text Example
Text Example
White with #B20A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A00; }
p { color: rgb(178,10,0); }
H1.HeaderClassName
{
color: #B20A00;
}
.AnyTagClassName
{
color: #B20A00;
}
</style>
background-color css
<style>
a { background-color: #B20A00; }
a { background-color: rgb(178,10,0); }
div.DivClassName
{
background-color: #B20A00;
}
.BgClassName
{
background-color: #B20A00;
}
</style>
border-color css
<style>
span { border-color: #B20A00; }
span { border-color: rgb(178,10,0); }
td.TdClassName
{
border-color: #B20A00;
}
.TagClassName
{
border-color: #B20A00;
}
</style>