Shades of Free Speech Red #B5110C
Tints of Free Speech Red #B5110C
RGB
CMYK
RGB Variations
Color information
#B5110C (or 0xB5110C) is known color: Free Speech Red. HEX triplet: B5, 11 and 0C. RGB value is (181,17,12). Sum of RGB (Red+Green+Blue) = 181+17+12=210 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.19% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 181 - color contains mainly: red. Hex color #B5110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5110C is #4AEEF3. Grayscale: #414141. Windows color (decimal): -4910836 or 790965. OLE color: 790965.
HSL color Cylindrical-coordinate representation of color #B5110C: hue angle of 1.78º degrees, saturation: 0.88, 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 #B5110C is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 12 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.29 |
| HSL | 1.78º | 0.88% | 0.38% | - |
| HSV(B) | 1.78º | 0.93% | 0.71% | - |
| XYZ | 19.32 | 10.25 | 1.31 | - |
| YUV | 65.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 12 | 0 | 0.91 | 0.93 | 0.29 | 1.78 | 0.88 | 0.38 |
| Hex | B5 | 11 | C | 0 | 5B | 5D | 1D | 2 | 58 | 26 |
| Octal | 265 | 21 | 14 | 0 | 133 | 135 | 35 | 2 | 130 | 46 |
| Binary | 10110101 | 10001 | 1100 | 0 | 1011011 | 1011101 | 11101 | 10 | 1011000 | 100110 |
Color Harmonies of #B5110C
Complementary color
Monochromatic Colors of #B5110C
Black with #B5110C
Text Example
Text Example
White with #B5110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5110C; }
p { color: rgb(181,17,12); }
H1.HeaderClassName
{
color: #B5110C;
}
.AnyTagClassName
{
color: #B5110C;
}
</style>
background-color css
<style>
a { background-color: #B5110C; }
a { background-color: rgb(181,17,12); }
div.DivClassName
{
background-color: #B5110C;
}
.BgClassName
{
background-color: #B5110C;
}
</style>
border-color css
<style>
span { border-color: #B5110C; }
span { border-color: rgb(181,17,12); }
td.TdClassName
{
border-color: #B5110C;
}
.TagClassName
{
border-color: #B5110C;
}
</style>