#be121b

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

Shades of Venetian Red #BE121B

Tints of Venetian Red #BE121B

Color information

#BE121B (or 0xBE121B) is unknown color: approx Venetian Red. HEX triplet: BE, 12 and 1B. RGB value is (190,18,27). Sum of RGB (Red+Green+Blue) = 190+18+27=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE121B is #41EDE4. Grayscale: #464646. Windows color (decimal): -4320741 or 1774270. OLE color: 1774270.

HSL color Cylindrical-coordinate representation of color #BE121B: hue angle of 356.86º degrees, saturation: 0.83, 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 #BE121B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1901827-
CMYK00.910.860.25
HSL356.86º82.69%40.78%-
HSV(B)356.86º90.53%74.51%-
XYZ21.6511.462.11-
YUV70.45103.48213.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 80.85%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=80.85%
G=7.66%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190182700.910.860.25356.8682.6940.78
HexBE121B05B56191655329
Octal276223301331263154512351
Binary101111101001011011010110111010110110011011001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be121b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be121b; }

 p { color: rgb(190,18,27); }

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

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

 a { background-color: rgb(190,18,27); }

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

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

 span { border-color: rgb(190,18,27); }

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