#BE1B00

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

Shades of Free Speech Red #BE1B00

Tints of Free Speech Red #BE1B00

Color information

#BE1B00 (or 0xBE1B00) is unknown color: approx Free Speech Red. HEX triplet: BE, 1B and 00. RGB value is (190,27,0). Sum of RGB (Red+Green+Blue) = 190+27+0=217 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.56% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1B00 is #41E4FF. Grayscale: #484848. Windows color (decimal): -4318464 or 7102. OLE color: 7102.

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

Color convert

RGB190270-
CMYK00.8610.25
HSL8.53º100%37.25%-
HSV(B)8.53º100%74.51%-
XYZ21.6311.731.12-
YUV72.6687211.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 87.56%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.56%
G=12.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19027000.8610.258.5310037.25
HexBE1B0056641996425
Octal2763300126144311114445
Binary101111101101100101011011001001100110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1B00; }

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

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

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

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

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

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

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

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