#BE1200

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

Shades of Free Speech Red #BE1200

Tints of Free Speech Red #BE1200

Color information

#BE1200 (or 0xBE1200) is unknown color: approx Free Speech Red. HEX triplet: BE, 12 and 00. RGB value is (190,18,0). Sum of RGB (Red+Green+Blue) = 190+18+0=208 (27% of max value = 765). Red value is 190 (74.61% from 255 or 91.35% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1200 is #41EDFF. Grayscale: #434343. Windows color (decimal): -4320768 or 4798. OLE color: 4798.

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

Color convert

RGB190180-
CMYK00.9110.25
HSL5.68º100%37.25%-
HSV(B)5.68º100%74.51%-
XYZ21.4511.381.07-
YUV67.3889.98215.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 91.35%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.35%
G=8.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018000.9110.255.6810037.25
HexBE12005B641966425
Octal276220013314431614445
Binary10111110100100010110111100100110011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1200; }

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

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

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

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

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

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

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

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