Shades of Free Speech Red #B0100A
Tints of Free Speech Red #B0100A
RGB
CMYK
RGB Variations
Color information
#B0100A (or 0xB0100A) is known color: Free Speech Red. HEX triplet: B0, 10 and 0A. RGB value is (176,16,10). Sum of RGB (Red+Green+Blue) = 176+16+10=202 (26% of max value = 765). Red value is 176 (69.14% from 255 or 87.13% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 176 - color contains mainly: red. Hex color #B0100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0100A is #4FEFF5. Grayscale: #3F3F3F. Windows color (decimal): -5238774 or 659632. OLE color: 659632.
HSL color Cylindrical-coordinate representation of color #B0100A: hue angle of 2.17º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0100A is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 10 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.31 |
| HSL | 2.17º | 0.89% | 0.36% | - |
| HSV(B) | 2.17º | 0.94% | 0.69% | - |
| XYZ | 18.14 | 9.62 | 1.19 | - |
| YUV | 63.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 10 | 0 | 0.91 | 0.94 | 0.31 | 2.17 | 0.89 | 0.36 |
| Hex | B0 | 10 | A | 0 | 5B | 5E | 1F | 2 | 59 | 24 |
| Octal | 260 | 20 | 12 | 0 | 133 | 136 | 37 | 2 | 131 | 44 |
| Binary | 10110000 | 10000 | 1010 | 0 | 1011011 | 1011110 | 11111 | 10 | 1011001 | 100100 |
Color Harmonies of #B0100A
Complementary color
Monochromatic Colors of #B0100A
Black with #B0100A
Text Example
Text Example
White with #B0100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0100A; }
p { color: rgb(176,16,10); }
H1.HeaderClassName
{
color: #B0100A;
}
.AnyTagClassName
{
color: #B0100A;
}
</style>
background-color css
<style>
a { background-color: #B0100A; }
a { background-color: rgb(176,16,10); }
div.DivClassName
{
background-color: #B0100A;
}
.BgClassName
{
background-color: #B0100A;
}
</style>
border-color css
<style>
span { border-color: #B0100A; }
span { border-color: rgb(176,16,10); }
td.TdClassName
{
border-color: #B0100A;
}
.TagClassName
{
border-color: #B0100A;
}
</style>