#BE0700

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

Shades of Free Speech Red #BE0700

Tints of Free Speech Red #BE0700

Color information

#BE0700 (or 0xBE0700) is unknown color: approx Free Speech Red. HEX triplet: BE, 07 and 00. RGB value is (190,7,0). Sum of RGB (Red+Green+Blue) = 190+7+0=197 (26% of max value = 765). Red value is 190 (74.61% from 255 or 96.45% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0700 is #41F8FF. Grayscale: #3D3D3D. Windows color (decimal): -4323584 or 1982. OLE color: 1982.

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

Color convert

RGB19070-
CMYK00.9610.25
HSL2.21º100%37.25%-
HSV(B)2.21º100%74.51%-
XYZ21.3111.11.02-
YUV60.9293.63220.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 96.45%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.45%
G=3.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907000.9610.252.2110037.25
HexBE70060641926425
Octal27670014014431214445
Binary10111110111001100000110010011001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0700; }

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

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

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

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

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

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

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

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