#BE1418

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

Shades of Venetian Red #BE1418

Tints of Venetian Red #BE1418

Color information

#BE1418 (or 0xBE1418) is unknown color: approx Venetian Red. HEX triplet: BE, 14 and 18. RGB value is (190,20,24). Sum of RGB (Red+Green+Blue) = 190+20+24=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1418 is #41EBE7. Grayscale: #474747. Windows color (decimal): -4320232 or 1578174. OLE color: 1578174.

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

Color convert

RGB1902024-
CMYK00.890.870.25
HSL358.59º80.95%41.18%-
HSV(B)358.59º89.47%74.51%-
XYZ21.6511.511.95-
YUV71.29101.32212.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 81.20%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 24 (9.77% from 255) = 10.26%
R=81.20%
G=8.55%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190202400.890.870.25358.5980.9541.18
HexBE141805957191675129
Octal276243001311273154712151
Binary101111101010011000010110011010111110011011001111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1418; }

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

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

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

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

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

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

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

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