#BE0B1E

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

Shades of Venetian Red #BE0B1E

Tints of Venetian Red #BE0B1E

Color information

#BE0B1E (or 0xBE0B1E) is unknown color: approx Venetian Red. HEX triplet: BE, 0B and 1E. RGB value is (190,11,30). Sum of RGB (Red+Green+Blue) = 190+11+30=231 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.25% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B1E is #41F4E1. Grayscale: #424242. Windows color (decimal): -4322530 or 1969086. OLE color: 1969086.

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

Color convert

RGB1901130-
CMYK00.940.840.25
HSL353.63º89.05%39.41%-
HSV(B)353.63º94.21%74.51%-
XYZ21.5911.282.27-
YUV66.69107.3215.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.25%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=82.25%
G=4.76%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190113000.940.840.25353.6389.0539.41
HexBEB1E05E54191625927
Octal276133601361243154213147
Binary10111110101111110010111101010100110011011000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0B1E; }

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

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

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

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

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

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

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

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