#BE0910

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

Shades of Venetian Red #BE0910

Tints of Venetian Red #BE0910

Color information

#BE0910 (or 0xBE0910) is unknown color: approx Venetian Red. HEX triplet: BE, 09 and 10. RGB value is (190,9,16). Sum of RGB (Red+Green+Blue) = 190+9+16=215 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.37% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0910 is #41F6EF. Grayscale: #404040. Windows color (decimal): -4323056 or 1051070. OLE color: 1051070.

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

Color convert

RGB190916-
CMYK00.950.920.25
HSL357.68º90.95%39.02%-
HSV(B)357.68º95.26%74.51%-
XYZ21.4311.181.52-
YUV63.92100.97217.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 88.37%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 16 (6.64% from 255) = 7.44%
R=88.37%
G=4.19%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19091600.950.920.25357.6890.9539.02
HexBE91005F5C191665b27
Octal276112001371343154613347
Binary10111110100110000010111111011100110011011001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0910; }

 p { color: rgb(190,9,16); }

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

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

 a { background-color: rgb(190,9,16); }

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

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

 span { border-color: rgb(190,9,16); }

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