Shades of Free Speech Red #B20D09
Tints of Free Speech Red #B20D09
RGB
CMYK
RGB Variations
Color information
#B20D09 (or 0xB20D09) is known color: Free Speech Red. HEX triplet: B2, 0D and 09. RGB value is (178,13,9). Sum of RGB (Red+Green+Blue) = 178+13+9=200 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20D09 is #4DF2F6. Grayscale: #3E3E3E. Windows color (decimal): -5108471 or 593330. OLE color: 593330.
HSL color Cylindrical-coordinate representation of color #B20D09: hue angle of 1.42º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20D09 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 9 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.30 |
| HSL | 1.42º | 0.9% | 0.37% | - |
| HSV(B) | 1.42º | 0.95% | 0.7% | - |
| XYZ | 18.55 | 9.77 | 1.17 | - |
| YUV | 61.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 9 | 0 | 0.93 | 0.95 | 0.30 | 1.42 | 0.9 | 0.37 |
| Hex | B2 | D | 9 | 0 | 5D | 5F | 1E | 1 | 5A | 25 |
| Octal | 262 | 15 | 11 | 0 | 135 | 137 | 36 | 1 | 132 | 45 |
| Binary | 10110010 | 1101 | 1001 | 0 | 1011101 | 1011111 | 11110 | 1 | 1011010 | 100101 |
Color Harmonies of #B20D09
Complementary color
Monochromatic Colors of #B20D09
Black with #B20D09
Text Example
Text Example
White with #B20D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D09; }
p { color: rgb(178,13,9); }
H1.HeaderClassName
{
color: #B20D09;
}
.AnyTagClassName
{
color: #B20D09;
}
</style>
background-color css
<style>
a { background-color: #B20D09; }
a { background-color: rgb(178,13,9); }
div.DivClassName
{
background-color: #B20D09;
}
.BgClassName
{
background-color: #B20D09;
}
</style>
border-color css
<style>
span { border-color: #B20D09; }
span { border-color: rgb(178,13,9); }
td.TdClassName
{
border-color: #B20D09;
}
.TagClassName
{
border-color: #B20D09;
}
</style>