#BE150E

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

Shades of Free Speech Red #BE150E

Tints of Free Speech Red #BE150E

Color information

#BE150E (or 0xBE150E) is unknown color: approx Free Speech Red. HEX triplet: BE, 15 and 0E. RGB value is (190,21,14). Sum of RGB (Red+Green+Blue) = 190+21+14=225 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.44% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 190 - color contains mainly: red. Hex color #BE150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE150E is #41EAF1. Grayscale: #464646. Windows color (decimal): -4319986 or 923070. OLE color: 923070.

HSL color Cylindrical-coordinate representation of color #BE150E: hue angle of 2.39º degrees, saturation: 0.86, 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 #BE150E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1902114-
CMYK00.890.930.25
HSL2.39º86.27%40%-
HSV(B)2.39º92.63%74.51%-
XYZ21.5811.521.5-
YUV70.7395.99213.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 84.44%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=84.44%
G=9.33%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190211400.890.930.252.3986.2740
HexBE15E0595D1925628
Octal2762516013113531212650
Binary1011111010101111001011001101110111001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE150E; }

 p { color: rgb(190,21,14); }

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

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

 a { background-color: rgb(190,21,14); }

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

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

 span { border-color: rgb(190,21,14); }

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