Html Css Color HEX #BE0400 Free Speech Red

📋 copy color: '#BE0400'

red 190 ◦ green 4 ◦ blue 0

#BE0400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BE0400

Tints of Free Speech Red #BE0400

RGB

 RED value IS 190 (74.61% from 255) = 97.94%

 GREEN value IS 4 (1.95% from 255) = 2.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.94%
G = 2.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE0400 (or 0xBE0400) is known color: Free Speech Red. HEX triplet: BE, 04 and 00. RGB value is (190,4,0). Sum of RGB (Red+Green+Blue) = 190+4+0=194 (25% of max value = 765). Red value is 190 (74.61% from 255 or 97.94% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0400 is #41FBFF. Grayscale: #3B3B3B. Windows color (decimal): -4324352 or 1214. OLE color: 1214.

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

Color convert

RGB 190 4 0 -
CMYK 0 0.98 1 0.25
HSL 1.26º 1% 0.37% -
HSV(B) 1.26º 1% 0.75% -
XYZ 21.28 11.03 1.01 -
YUV 59.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 190 4 0 0 0.98 1 0.25 1.26 1 0.37
Hex BE 4 0 0 62 64 19 1 64 25
Octal 276 4 0 0 142 144 31 1 144 45
Binary 10111110 100 0 0 1100010 1100100 11001 1 1100100 100101

Color Harmonies of #BE0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0400

Black with #BE0400

Text Example


Text Example

White with #BE0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0400; }

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

 H1.HeaderClassName
 {
   color: #BE0400;
 }
 .AnyTagClassName
 {
   color: #BE0400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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