Shades of Free Speech Red #B2130A
Tints of Free Speech Red #B2130A
RGB
CMYK
RGB Variations
Color information
#B2130A (or 0xB2130A) is known color: Free Speech Red. HEX triplet: B2, 13 and 0A. RGB value is (178,19,10). Sum of RGB (Red+Green+Blue) = 178+19+10=207 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.99% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 178 - color contains mainly: red. Hex color #B2130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2130A is #4DECF5. Grayscale: #414141. Windows color (decimal): -5106934 or 660402. OLE color: 660402.
HSL color Cylindrical-coordinate representation of color #B2130A: hue angle of 3.21º 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 #B2130A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 10 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.30 |
| HSL | 3.21º | 0.89% | 0.37% | - |
| HSV(B) | 3.21º | 0.94% | 0.7% | - |
| XYZ | 18.65 | 9.95 | 1.23 | - |
| YUV | 65.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 10 | 0 | 0.89 | 0.94 | 0.30 | 3.21 | 0.89 | 0.37 |
| Hex | B2 | 13 | A | 0 | 59 | 5E | 1E | 3 | 59 | 25 |
| Octal | 262 | 23 | 12 | 0 | 131 | 136 | 36 | 3 | 131 | 45 |
| Binary | 10110010 | 10011 | 1010 | 0 | 1011001 | 1011110 | 11110 | 11 | 1011001 | 100101 |
Color Harmonies of #B2130A
Complementary color
Monochromatic Colors of #B2130A
Black with #B2130A
Text Example
Text Example
White with #B2130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2130A; }
p { color: rgb(178,19,10); }
H1.HeaderClassName
{
color: #B2130A;
}
.AnyTagClassName
{
color: #B2130A;
}
</style>
background-color css
<style>
a { background-color: #B2130A; }
a { background-color: rgb(178,19,10); }
div.DivClassName
{
background-color: #B2130A;
}
.BgClassName
{
background-color: #B2130A;
}
</style>
border-color css
<style>
span { border-color: #B2130A; }
span { border-color: rgb(178,19,10); }
td.TdClassName
{
border-color: #B2130A;
}
.TagClassName
{
border-color: #B2130A;
}
</style>