Shades of Free Speech Red #B20E06
Tints of Free Speech Red #B20E06
RGB
CMYK
RGB Variations
Color information
#B20E06 (or 0xB20E06) is known color: Free Speech Red. HEX triplet: B2, 0E and 06. RGB value is (178,14,6). Sum of RGB (Red+Green+Blue) = 178+14+6=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20E06 is #4DF1F9. Grayscale: #3E3E3E. Windows color (decimal): -5108218 or 396978. OLE color: 396978.
HSL color Cylindrical-coordinate representation of color #B20E06: hue angle of 2.79º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20E06 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.30 |
| HSL | 2.79º | 0.93% | 0.36% | - |
| HSV(B) | 2.79º | 0.97% | 0.7% | - |
| XYZ | 18.55 | 9.79 | 1.08 | - |
| YUV | 62.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 6 | 0 | 0.92 | 0.97 | 0.30 | 2.79 | 0.93 | 0.36 |
| Hex | B2 | E | 6 | 0 | 5C | 61 | 1E | 3 | 5D | 24 |
| Octal | 262 | 16 | 6 | 0 | 134 | 141 | 36 | 3 | 135 | 44 |
| Binary | 10110010 | 1110 | 110 | 0 | 1011100 | 1100001 | 11110 | 11 | 1011101 | 100100 |
Color Harmonies of #B20E06
Complementary color
Monochromatic Colors of #B20E06
Black with #B20E06
Text Example
Text Example
White with #B20E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E06; }
p { color: rgb(178,14,6); }
H1.HeaderClassName
{
color: #B20E06;
}
.AnyTagClassName
{
color: #B20E06;
}
</style>
background-color css
<style>
a { background-color: #B20E06; }
a { background-color: rgb(178,14,6); }
div.DivClassName
{
background-color: #B20E06;
}
.BgClassName
{
background-color: #B20E06;
}
</style>
border-color css
<style>
span { border-color: #B20E06; }
span { border-color: rgb(178,14,6); }
td.TdClassName
{
border-color: #B20E06;
}
.TagClassName
{
border-color: #B20E06;
}
</style>