#BE1618

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

Shades of Venetian Red #BE1618

Tints of Venetian Red #BE1618

Color information

#BE1618 (or 0xBE1618) is unknown color: approx Venetian Red. HEX triplet: BE, 16 and 18. RGB value is (190,22,24). Sum of RGB (Red+Green+Blue) = 190+22+24=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1618 is #41E9E7. Grayscale: #484848. Windows color (decimal): -4319720 or 1578686. OLE color: 1578686.

HSL color Cylindrical-coordinate representation of color #BE1618: hue angle of 359.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1618 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1902224-
CMYK00.880.870.25
HSL359.29º79.25%41.57%-
HSV(B)359.29º88.42%74.51%-
XYZ21.6911.591.96-
YUV72.46100.66211.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 80.51%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=80.51%
G=9.32%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190222400.880.870.25359.2979.2541.57
HexBE161805857191674f2a
Octal276263001301273154711752
Binary101111101011011000010110001010111110011011001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1618; }

 p { color: rgb(190,22,24); }

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

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

 a { background-color: rgb(190,22,24); }

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

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

 span { border-color: rgb(190,22,24); }

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