#BE120B

Color #BE120B Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BE120B

Tints of Free Speech Red #BE120B

Color information

#BE120B (or 0xBE120B) is unknown color: approx Free Speech Red. HEX triplet: BE, 12 and 0B. RGB value is (190,18,11). Sum of RGB (Red+Green+Blue) = 190+18+11=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE120B is #41EDF4. Grayscale: #444444. Windows color (decimal): -4320757 or 725694. OLE color: 725694.

HSL color Cylindrical-coordinate representation of color #BE120B: hue angle of 2.35º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE120B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1901811-
CMYK00.910.940.25
HSL2.35º89.05%39.41%-
HSV(B)2.35º94.21%74.51%-
XYZ21.5111.41.38-
YUV68.6395.48214.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 86.76%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=86.76%
G=8.22%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190181100.910.940.252.3589.0539.41
HexBE12B05B5E1925927
Octal2762213013313631213147
Binary1011111010010101101011011101111011001101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE120B; }

 p { color: rgb(190,18,11); }

 H1.HeaderClassName
 {
   color: #BE120B;
 }
 .AnyTagClassName
 {
   color: #BE120B;
 }
</style>
background-color css

<style>
 a { background-color: #BE120B; }

 a { background-color: rgb(190,18,11); }

 div.DivClassName
 {
   background-color: #BE120B;
 }
 .BgClassName
 {
   background-color: #BE120B;
 }
</style>
border-color css

<style>
 span { border-color: #BE120B; }

 span { border-color: rgb(190,18,11); }

 td.TdClassName
 {
   border-color: #BE120B;
 }
 .TagClassName
 {
   border-color: #BE120B;
 }
</style>