#BE091E

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

Shades of Venetian Red #BE091E

Tints of Venetian Red #BE091E

Color information

#BE091E (or 0xBE091E) is unknown color: approx Venetian Red. HEX triplet: BE, 09 and 1E. RGB value is (190,9,30). Sum of RGB (Red+Green+Blue) = 190+9+30=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE091E is #41F6E1. Grayscale: #414141. Windows color (decimal): -4323042 or 1968574. OLE color: 1968574.

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

Color convert

RGB190930-
CMYK00.950.840.25
HSL353.04º90.95%39.02%-
HSV(B)353.04º95.26%74.51%-
XYZ21.5711.242.26-
YUV65.51107.97216.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.97%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=82.97%
G=3.93%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19093000.950.840.25353.0490.9539.02
HexBE91E05F54191615b27
Octal276113601371243154113347
Binary10111110100111110010111111010100110011011000011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE091E; }

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

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

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

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

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

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

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

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