#BE111C

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

Shades of Venetian Red #BE111C

Tints of Venetian Red #BE111C

Color information

#BE111C (or 0xBE111C) is unknown color: approx Venetian Red. HEX triplet: BE, 11 and 1C. RGB value is (190,17,28). Sum of RGB (Red+Green+Blue) = 190+17+28=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE111C is #41EEE3. Grayscale: #464646. Windows color (decimal): -4320996 or 1839550. OLE color: 1839550.

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

Color convert

RGB1901728-
CMYK00.910.850.25
HSL356.18º83.57%40.59%-
HSV(B)356.18º91.05%74.51%-
XYZ21.6511.432.16-
YUV69.98104.31213.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 80.85%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=80.85%
G=7.23%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190172800.910.850.25356.1883.5740.59
HexBE111C05B55191645429
Octal276213401331253154412451
Binary101111101000111100010110111010101110011011001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE111C; }

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

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

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

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

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

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

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

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