#BE0411

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

Shades of Venetian Red #BE0411

Tints of Venetian Red #BE0411

Color information

#BE0411 (or 0xBE0411) is unknown color: approx Venetian Red. HEX triplet: BE, 04 and 11. RGB value is (190,4,17). Sum of RGB (Red+Green+Blue) = 190+4+17=211 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.05% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0411 is #41FBEE. Grayscale: #3D3D3D. Windows color (decimal): -4324335 or 1115326. OLE color: 1115326.

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

Color convert

RGB190417-
CMYK00.980.910.25
HSL355.81º95.88%38.04%-
HSV(B)355.81º97.89%74.51%-
XYZ21.3811.071.54-
YUV61.1103.12219.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 90.05%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 17 (7.03% from 255) = 8.06%
R=90.05%
G=1.90%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19041700.980.910.25355.8195.8838.04
HexBE4110625B191646026
Octal27642101421333154414046
Binary1011111010010001011000101011011110011011001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0411; }

 p { color: rgb(190,4,17); }

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

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

 a { background-color: rgb(190,4,17); }

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

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

 span { border-color: rgb(190,4,17); }

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