#BE0520

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

Shades of Venetian Red #BE0520

Tints of Venetian Red #BE0520

Color information

#BE0520 (or 0xBE0520) is unknown color: approx Venetian Red. HEX triplet: BE, 05 and 20. RGB value is (190,5,32). Sum of RGB (Red+Green+Blue) = 190+5+32=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0520 is #41FADF. Grayscale: #3F3F3F. Windows color (decimal): -4324064 or 2098622. OLE color: 2098622.

HSL color Cylindrical-coordinate representation of color #BE0520: hue angle of 351.24º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0520 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB190532-
CMYK00.970.830.25
HSL351.24º94.87%38.24%-
HSV(B)351.24º97.37%74.51%-
XYZ21.5511.162.38-
YUV63.39110.29218.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 83.70%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=83.70%
G=2.20%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19053200.970.830.25351.2494.8738.24
HexBE520061531915f5f26
Octal27654001411233153713746
Binary10111110101100000011000011010011110011010111111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0520; }

 p { color: rgb(190,5,32); }

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

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

 a { background-color: rgb(190,5,32); }

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

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

 span { border-color: rgb(190,5,32); }

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