#BE051F

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

Shades of Venetian Red #BE051F

Tints of Venetian Red #BE051F

Color information

#BE051F (or 0xBE051F) is unknown color: approx Venetian Red. HEX triplet: BE, 05 and 1F. RGB value is (190,5,31). Sum of RGB (Red+Green+Blue) = 190+5+31=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE051F is #41FAE0. Grayscale: #3F3F3F. Windows color (decimal): -4324065 or 2033086. OLE color: 2033086.

HSL color Cylindrical-coordinate representation of color #BE051F: hue angle of 351.57º 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 #BE051F is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB190531-
CMYK00.970.840.25
HSL351.57º94.87%38.24%-
HSV(B)351.57º97.37%74.51%-
XYZ21.5411.152.31-
YUV63.28109.79218.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 84.07%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 31 (12.5% from 255) = 13.72%
R=84.07%
G=2.21%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19053100.970.840.25351.5794.8738.24
HexBE51F06154191605f26
Octal27653701411243154013746
Binary1011111010111111011000011010100110011011000001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE051F; }

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

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

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

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

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

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

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

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