#BE0E18

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

Shades of Venetian Red #BE0E18

Tints of Venetian Red #BE0E18

Color information

#BE0E18 (or 0xBE0E18) is unknown color: approx Venetian Red. HEX triplet: BE, 0E and 18. RGB value is (190,14,24). Sum of RGB (Red+Green+Blue) = 190+14+24=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0E18 is #41F1E7. Grayscale: #434343. Windows color (decimal): -4321768 or 1576638. OLE color: 1576638.

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

Color convert

RGB1901424-
CMYK00.930.870.25
HSL356.59º86.27%40%-
HSV(B)356.59º92.63%74.51%-
XYZ21.5611.331.91-
YUV67.76103.31215.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 83.33%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=83.33%
G=6.14%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190142400.930.870.25356.5986.2740
HexBEE1805D57191655628
Octal276163001351273154512650
Binary10111110111011000010111011010111110011011001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E18; }

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

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

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

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

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

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

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

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