Shades of Free Speech Red #B5100D
Tints of Free Speech Red #B5100D
RGB
CMYK
RGB Variations
Color information
#B5100D (or 0xB5100D) is known color: Free Speech Red. HEX triplet: B5, 10 and 0D. RGB value is (181,16,13). Sum of RGB (Red+Green+Blue) = 181+16+13=210 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.19% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 181 - color contains mainly: red. Hex color #B5100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5100D is #4AEFF2. Grayscale: #414141. Windows color (decimal): -4911091 or 856245. OLE color: 856245.
HSL color Cylindrical-coordinate representation of color #B5100D: hue angle of 1.07º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5100D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 13 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.29 |
| HSL | 1.07º | 0.87% | 0.38% | - |
| HSV(B) | 1.07º | 0.93% | 0.71% | - |
| XYZ | 19.31 | 10.22 | 1.34 | - |
| YUV | 64.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 13 | 0 | 0.91 | 0.93 | 0.29 | 1.07 | 0.87 | 0.38 |
| Hex | B5 | 10 | D | 0 | 5B | 5D | 1D | 1 | 57 | 26 |
| Octal | 265 | 20 | 15 | 0 | 133 | 135 | 35 | 1 | 127 | 46 |
| Binary | 10110101 | 10000 | 1101 | 0 | 1011011 | 1011101 | 11101 | 1 | 1010111 | 100110 |
Color Harmonies of #B5100D
Complementary color
Monochromatic Colors of #B5100D
Black with #B5100D
Text Example
Text Example
White with #B5100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5100D; }
p { color: rgb(181,16,13); }
H1.HeaderClassName
{
color: #B5100D;
}
.AnyTagClassName
{
color: #B5100D;
}
</style>
background-color css
<style>
a { background-color: #B5100D; }
a { background-color: rgb(181,16,13); }
div.DivClassName
{
background-color: #B5100D;
}
.BgClassName
{
background-color: #B5100D;
}
</style>
border-color css
<style>
span { border-color: #B5100D; }
span { border-color: rgb(181,16,13); }
td.TdClassName
{
border-color: #B5100D;
}
.TagClassName
{
border-color: #B5100D;
}
</style>