Shades of Free Speech Red #BE100C
Tints of Free Speech Red #BE100C
RGB
CMYK
RGB Variations
Color information
#BE100C (or 0xBE100C) is known color: Free Speech Red. HEX triplet: BE, 10 and 0C. RGB value is (190,16,12). Sum of RGB (Red+Green+Blue) = 190+16+12=218 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.16% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 190 - color contains mainly: red. Hex color #BE100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE100C is #41EFF3. Grayscale: #434343. Windows color (decimal): -4321268 or 790718. OLE color: 790718.
HSL color Cylindrical-coordinate representation of color #BE100C: hue angle of 1.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE100C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 12 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.25 |
| HSL | 1.35º | 0.88% | 0.4% | - |
| HSV(B) | 1.35º | 0.94% | 0.75% | - |
| XYZ | 21.49 | 11.34 | 1.41 | - |
| YUV | 67.57 | 96.65 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 12 | 0 | 0.92 | 0.94 | 0.25 | 1.35 | 0.88 | 0.4 |
| Hex | BE | 10 | C | 0 | 5C | 5E | 19 | 1 | 58 | 28 |
| Octal | 276 | 20 | 14 | 0 | 134 | 136 | 31 | 1 | 130 | 50 |
| Binary | 10111110 | 10000 | 1100 | 0 | 1011100 | 1011110 | 11001 | 1 | 1011000 | 101000 |
Color Harmonies of #BE100C
Complementary color
Monochromatic Colors of #BE100C
Black with #BE100C
Text Example
Text Example
White with #BE100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE100C; }
p { color: rgb(190,16,12); }
H1.HeaderClassName
{
color: #BE100C;
}
.AnyTagClassName
{
color: #BE100C;
}
</style>
background-color css
<style>
a { background-color: #BE100C; }
a { background-color: rgb(190,16,12); }
div.DivClassName
{
background-color: #BE100C;
}
.BgClassName
{
background-color: #BE100C;
}
</style>
border-color css
<style>
span { border-color: #BE100C; }
span { border-color: rgb(190,16,12); }
td.TdClassName
{
border-color: #BE100C;
}
.TagClassName
{
border-color: #BE100C;
}
</style>