#BE1A00

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

Shades of Free Speech Red #BE1A00

Tints of Free Speech Red #BE1A00

Color information

#BE1A00 (or 0xBE1A00) is unknown color: approx Free Speech Red. HEX triplet: BE, 1A and 00. RGB value is (190,26,0). Sum of RGB (Red+Green+Blue) = 190+26+0=216 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.96% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1A00 is #41E5FF. Grayscale: #484848. Windows color (decimal): -4318720 or 6846. OLE color: 6846.

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

Color convert

RGB190260-
CMYK00.8610.25
HSL8.21º100%37.25%-
HSV(B)8.21º100%74.51%-
XYZ21.611.691.12-
YUV72.0787.33212.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 87.96%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.96%
G=12.04%
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
Decimal19026000.8610.258.2110037.25
HexBE1A0056641986425
Octal2763200126144311014445
Binary101111101101000101011011001001100110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A00; }

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

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

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

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

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

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

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

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