#BE0E17

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

Shades of Venetian Red #BE0E17

Tints of Venetian Red #BE0E17

Color information

#BE0E17 (or 0xBE0E17) is unknown color: approx Venetian Red. HEX triplet: BE, 0E and 17. RGB value is (190,14,23). Sum of RGB (Red+Green+Blue) = 190+14+23=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0E17 is #41F1E8. Grayscale: #434343. Windows color (decimal): -4321769 or 1511102. OLE color: 1511102.

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

Color convert

RGB1901423-
CMYK00.930.880.25
HSL356.93º86.27%40%-
HSV(B)356.93º92.63%74.51%-
XYZ21.5511.321.86-
YUV67.65102.81215.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 83.70%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 23 (9.38% from 255) = 10.13%
R=83.70%
G=6.17%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190142300.930.880.25356.9386.2740
HexBEE1705D58191655628
Octal276162701351303154512650
Binary10111110111010111010111011011000110011011001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E17; }

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

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

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

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

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

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

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

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