#BE0600

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

Shades of Free Speech Red #BE0600

Tints of Free Speech Red #BE0600

Color information

#BE0600 (or 0xBE0600) is unknown color: approx Free Speech Red. HEX triplet: BE, 06 and 00. RGB value is (190,6,0). Sum of RGB (Red+Green+Blue) = 190+6+0=196 (25% of max value = 765). Red value is 190 (74.61% from 255 or 96.94% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0600 is #41F9FF. Grayscale: #3C3C3C. Windows color (decimal): -4323840 or 1726. OLE color: 1726.

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

Color convert

RGB19060-
CMYK00.9710.25
HSL1.89º100%37.25%-
HSV(B)1.89º100%74.51%-
XYZ21.311.081.02-
YUV60.3393.96220.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 96.94%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.94%
G=3.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906000.9710.251.8910037.25
HexBE60061641926425
Octal27660014114431214445
Binary10111110110001100001110010011001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0600; }

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

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

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

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

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

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

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

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