#BE012E

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

Shades of Venetian Red #BE012E

Tints of Venetian Red #BE012E

Color information

#BE012E (or 0xBE012E) is unknown color: approx Venetian Red. HEX triplet: BE, 01 and 2E. RGB value is (190,1,46). Sum of RGB (Red+Green+Blue) = 190+1+46=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE012E is #41FED1. Grayscale: #3E3E3E. Windows color (decimal): -4325074 or 3015102. OLE color: 3015102.

HSL color Cylindrical-coordinate representation of color #BE012E: hue angle of 345.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE012E is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB190146-
CMYK00.990.760.25
HSL345.71º98.95%37.45%-
HSV(B)345.71º99.47%74.51%-
XYZ21.7411.173.59-
YUV62.64118.62218.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 80.17%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=80.17%
G=0.42%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014600.990.760.25345.7198.9537.45
HexBE12E0634C1915a6325
Octal27615601431143153214345
Binary101111101101110011000111001100110011010110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE012E; }

 p { color: rgb(190,1,46); }

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

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

 a { background-color: rgb(190,1,46); }

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

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

 span { border-color: rgb(190,1,46); }

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