Shades of Free Speech Red #B4130B
Tints of Free Speech Red #B4130B
RGB
CMYK
RGB Variations
Color information
#B4130B (or 0xB4130B) is known color: Free Speech Red. HEX triplet: B4, 13 and 0B. RGB value is (180,19,11). Sum of RGB (Red+Green+Blue) = 180+19+11=210 (27% of max value = 765). Red value is 180 (70.70% from 255 or 85.71% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 180 - color contains mainly: red. Hex color #B4130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4130B is #4BECF4. Grayscale: #424242. Windows color (decimal): -4975861 or 725940. OLE color: 725940.
HSL color Cylindrical-coordinate representation of color #B4130B: hue angle of 2.84º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4130B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.29 |
| HSL | 2.84º | 0.88% | 0.37% | - |
| HSV(B) | 2.84º | 0.94% | 0.71% | - |
| XYZ | 19.12 | 10.19 | 1.28 | - |
| YUV | 66.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 11 | 0 | 0.89 | 0.94 | 0.29 | 2.84 | 0.88 | 0.37 |
| Hex | B4 | 13 | B | 0 | 59 | 5E | 1D | 3 | 58 | 25 |
| Octal | 264 | 23 | 13 | 0 | 131 | 136 | 35 | 3 | 130 | 45 |
| Binary | 10110100 | 10011 | 1011 | 0 | 1011001 | 1011110 | 11101 | 11 | 1011000 | 100101 |
Color Harmonies of #B4130B
Complementary color
Monochromatic Colors of #B4130B
Black with #B4130B
Text Example
Text Example
White with #B4130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4130B; }
p { color: rgb(180,19,11); }
H1.HeaderClassName
{
color: #B4130B;
}
.AnyTagClassName
{
color: #B4130B;
}
</style>
background-color css
<style>
a { background-color: #B4130B; }
a { background-color: rgb(180,19,11); }
div.DivClassName
{
background-color: #B4130B;
}
.BgClassName
{
background-color: #B4130B;
}
</style>
border-color css
<style>
span { border-color: #B4130B; }
span { border-color: rgb(180,19,11); }
td.TdClassName
{
border-color: #B4130B;
}
.TagClassName
{
border-color: #B4130B;
}
</style>