Shades of Free Speech Red #B8100A
Tints of Free Speech Red #B8100A
RGB
CMYK
RGB Variations
Color information
#B8100A (or 0xB8100A) is known color: Free Speech Red. HEX triplet: B8, 10 and 0A. RGB value is (184,16,10). Sum of RGB (Red+Green+Blue) = 184+16+10=210 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.62% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 184 - color contains mainly: red. Hex color #B8100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8100A is #47EFF5. Grayscale: #414141. Windows color (decimal): -4714486 or 659640. OLE color: 659640.
HSL color Cylindrical-coordinate representation of color #B8100A: hue angle of 2.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8100A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.28 |
| HSL | 2.07º | 0.9% | 0.38% | - |
| HSV(B) | 2.07º | 0.95% | 0.72% | - |
| XYZ | 20.01 | 10.58 | 1.28 | - |
| YUV | 65.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 10 | 0 | 0.91 | 0.95 | 0.28 | 2.07 | 0.9 | 0.38 |
| Hex | B8 | 10 | A | 0 | 5B | 5F | 1C | 2 | 5A | 26 |
| Octal | 270 | 20 | 12 | 0 | 133 | 137 | 34 | 2 | 132 | 46 |
| Binary | 10111000 | 10000 | 1010 | 0 | 1011011 | 1011111 | 11100 | 10 | 1011010 | 100110 |
Color Harmonies of #B8100A
Complementary color
Monochromatic Colors of #B8100A
Black with #B8100A
Text Example
Text Example
White with #B8100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8100A; }
p { color: rgb(184,16,10); }
H1.HeaderClassName
{
color: #B8100A;
}
.AnyTagClassName
{
color: #B8100A;
}
</style>
background-color css
<style>
a { background-color: #B8100A; }
a { background-color: rgb(184,16,10); }
div.DivClassName
{
background-color: #B8100A;
}
.BgClassName
{
background-color: #B8100A;
}
</style>
border-color css
<style>
span { border-color: #B8100A; }
span { border-color: rgb(184,16,10); }
td.TdClassName
{
border-color: #B8100A;
}
.TagClassName
{
border-color: #B8100A;
}
</style>