#BE100D

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

Shades of Free Speech Red #BE100D

Tints of Free Speech Red #BE100D

Color information

#BE100D (or 0xBE100D) is unknown color: approx Free Speech Red. HEX triplet: BE, 10 and 0D. RGB value is (190,16,13). Sum of RGB (Red+Green+Blue) = 190+16+13=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE100D is #41EFF2. Grayscale: #434343. Windows color (decimal): -4321267 or 856254. OLE color: 856254.

HSL color Cylindrical-coordinate representation of color #BE100D: hue angle of 1.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE100D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1901613-
CMYK00.920.930.25
HSL1.02º87.19%39.8%-
HSV(B)1.02º93.16%74.51%-
XYZ21.4911.351.44-
YUV67.6897.15215.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 86.76%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=86.76%
G=7.31%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190161300.920.930.251.0287.1939.8
HexBE10D05C5D1915728
Octal2762015013413531112750
Binary101111101000011010101110010111011100111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE100D; }

 p { color: rgb(190,16,13); }

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

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

 a { background-color: rgb(190,16,13); }

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

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

 span { border-color: rgb(190,16,13); }

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