#BE0E12

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

Shades of Venetian Red #BE0E12

Tints of Venetian Red #BE0E12

Color information

#BE0E12 (or 0xBE0E12) is unknown color: approx Venetian Red. HEX triplet: BE, 0E and 12. RGB value is (190,14,18). Sum of RGB (Red+Green+Blue) = 190+14+18=222 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.59% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0E12 is #41F1ED. Grayscale: #434343. Windows color (decimal): -4321774 or 1183422. OLE color: 1183422.

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

Color convert

RGB1901418-
CMYK00.930.910.25
HSL358.64º86.27%40%-
HSV(B)358.64º92.63%74.51%-
XYZ21.511.31.62-
YUV67.08100.31215.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 85.59%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=85.59%
G=6.31%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190141800.930.910.25358.6486.2740
HexBEE1205D5B191675628
Octal276162201351333154712650
Binary10111110111010010010111011011011110011011001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E12; }

 p { color: rgb(190,14,18); }

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

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

 a { background-color: rgb(190,14,18); }

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

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

 span { border-color: rgb(190,14,18); }

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