#BE1009

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

Shades of Free Speech Red #BE1009

Tints of Free Speech Red #BE1009

Color information

#BE1009 (or 0xBE1009) is unknown color: approx Free Speech Red. HEX triplet: BE, 10 and 09. RGB value is (190,16,9). Sum of RGB (Red+Green+Blue) = 190+16+9=215 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.37% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1009 is #41EFF6. Grayscale: #434343. Windows color (decimal): -4321271 or 594110. OLE color: 594110.

HSL color Cylindrical-coordinate representation of color #BE1009: hue angle of 2.32º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE1009 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB190169-
CMYK00.920.950.25
HSL2.32º90.95%39.02%-
HSV(B)2.32º95.26%74.51%-
XYZ21.4711.341.32-
YUV67.2395.15215.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 88.37%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=88.37%
G=7.44%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016900.920.950.252.3290.9539.02
HexBE10905C5F1925b27
Octal2762011013413731213347
Binary1011111010000100101011100101111111001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1009; }

 p { color: rgb(190,16,9); }

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

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

 a { background-color: rgb(190,16,9); }

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

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

 span { border-color: rgb(190,16,9); }

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