#BE0C16

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

Shades of Venetian Red #BE0C16

Tints of Venetian Red #BE0C16

Color information

#BE0C16 (or 0xBE0C16) is unknown color: approx Venetian Red. HEX triplet: BE, 0C and 16. RGB value is (190,12,22). Sum of RGB (Red+Green+Blue) = 190+12+22=224 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.82% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0C16 is #41F3E9. Grayscale: #424242. Windows color (decimal): -4322282 or 1445054. OLE color: 1445054.

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

Color convert

RGB1901222-
CMYK00.940.880.25
HSL356.63º88.12%39.61%-
HSV(B)356.63º93.68%74.51%-
XYZ21.5111.271.8-
YUV66.36102.97216.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 84.82%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=84.82%
G=5.36%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190122200.940.880.25356.6388.1239.61
HexBEC1605E58191655828
Octal276142601361303154513050
Binary10111110110010110010111101011000110011011001011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C16; }

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

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

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

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

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

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

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

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