#BE0E1A

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

Shades of Venetian Red #BE0E1A

Tints of Venetian Red #BE0E1A

Color information

#BE0E1A (or 0xBE0E1A) is unknown color: approx Venetian Red. HEX triplet: BE, 0E and 1A. RGB value is (190,14,26). Sum of RGB (Red+Green+Blue) = 190+14+26=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E1A is #41F1E5. Grayscale: #444444. Windows color (decimal): -4321766 or 1707710. OLE color: 1707710.

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

Color convert

RGB1901426-
CMYK00.930.860.25
HSL355.91º86.27%40%-
HSV(B)355.91º92.63%74.51%-
XYZ21.5811.342.03-
YUV67.99104.31215.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.61%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=82.61%
G=6.09%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190142600.930.860.25355.9186.2740
HexBEE1A05D56191645628
Octal276163201351263154412650
Binary10111110111011010010111011010110110011011001001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E1A; }

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

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

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

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

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

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

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

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