Shades of Free Speech Red #B20D0A
Tints of Free Speech Red #B20D0A
RGB
CMYK
RGB Variations
Color information
#B20D0A (or 0xB20D0A) is known color: Free Speech Red. HEX triplet: B2, 0D and 0A. RGB value is (178,13,10). Sum of RGB (Red+Green+Blue) = 178+13+10=201 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.56% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20D0A is #4DF2F5. Grayscale: #3E3E3E. Windows color (decimal): -5108470 or 658866. OLE color: 658866.
HSL color Cylindrical-coordinate representation of color #B20D0A: hue angle of 1.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20D0A is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 10 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.30 |
| HSL | 1.07º | 0.89% | 0.37% | - |
| HSV(B) | 1.07º | 0.94% | 0.7% | - |
| XYZ | 18.56 | 9.77 | 1.2 | - |
| YUV | 61.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 10 | 0 | 0.93 | 0.94 | 0.30 | 1.07 | 0.89 | 0.37 |
| Hex | B2 | D | A | 0 | 5D | 5E | 1E | 1 | 59 | 25 |
| Octal | 262 | 15 | 12 | 0 | 135 | 136 | 36 | 1 | 131 | 45 |
| Binary | 10110010 | 1101 | 1010 | 0 | 1011101 | 1011110 | 11110 | 1 | 1011001 | 100101 |
Color Harmonies of #B20D0A
Complementary color
Monochromatic Colors of #B20D0A
Black with #B20D0A
Text Example
Text Example
White with #B20D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D0A; }
p { color: rgb(178,13,10); }
H1.HeaderClassName
{
color: #B20D0A;
}
.AnyTagClassName
{
color: #B20D0A;
}
</style>
background-color css
<style>
a { background-color: #B20D0A; }
a { background-color: rgb(178,13,10); }
div.DivClassName
{
background-color: #B20D0A;
}
.BgClassName
{
background-color: #B20D0A;
}
</style>
border-color css
<style>
span { border-color: #B20D0A; }
span { border-color: rgb(178,13,10); }
td.TdClassName
{
border-color: #B20D0A;
}
.TagClassName
{
border-color: #B20D0A;
}
</style>