Shades of Free Speech Red #B10C00
Tints of Free Speech Red #B10C00
RGB
CMYK
RGB Variations
Color information
#B10C00 (or 0xB10C00) is known color: Free Speech Red. HEX triplet: B1, 0C and 00. RGB value is (177,12,0). Sum of RGB (Red+Green+Blue) = 177+12+0=189 (25% of max value = 765). Red value is 177 (69.53% from 255 or 93.65% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10C00 is #4EF3FF. Grayscale: #3C3C3C. Windows color (decimal): -5174272 or 3249. OLE color: 3249.
HSL color Cylindrical-coordinate representation of color #B10C00: hue angle of 4.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10C00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.31 |
| HSL | 4.07º | 1% | 0.35% | - |
| HSV(B) | 4.07º | 1% | 0.69% | - |
| XYZ | 18.26 | 9.61 | 0.89 | - |
| YUV | 59.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 0 | 0 | 0.93 | 1 | 0.31 | 4.07 | 1 | 0.35 |
| Hex | B1 | C | 0 | 0 | 5D | 64 | 1F | 4 | 64 | 23 |
| Octal | 261 | 14 | 0 | 0 | 135 | 144 | 37 | 4 | 144 | 43 |
| Binary | 10110001 | 1100 | 0 | 0 | 1011101 | 1100100 | 11111 | 100 | 1100100 | 100011 |
Color Harmonies of #B10C00
Complementary color
Monochromatic Colors of #B10C00
Black with #B10C00
Text Example
Text Example
White with #B10C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C00; }
p { color: rgb(177,12,0); }
H1.HeaderClassName
{
color: #B10C00;
}
.AnyTagClassName
{
color: #B10C00;
}
</style>
background-color css
<style>
a { background-color: #B10C00; }
a { background-color: rgb(177,12,0); }
div.DivClassName
{
background-color: #B10C00;
}
.BgClassName
{
background-color: #B10C00;
}
</style>
border-color css
<style>
span { border-color: #B10C00; }
span { border-color: rgb(177,12,0); }
td.TdClassName
{
border-color: #B10C00;
}
.TagClassName
{
border-color: #B10C00;
}
</style>