#BE021E

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

Shades of Venetian Red #BE021E

Tints of Venetian Red #BE021E

Color information

#BE021E (or 0xBE021E) is unknown color: approx Venetian Red. HEX triplet: BE, 02 and 1E. RGB value is (190,2,30). Sum of RGB (Red+Green+Blue) = 190+2+30=222 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.59% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 190 - color contains mainly: red. Hex color #BE021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE021E is #41FDE1. Grayscale: #3D3D3D. Windows color (decimal): -4324834 or 1966782. OLE color: 1966782.

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

Color convert

RGB190230-
CMYK00.990.840.25
HSL351.06º97.92%37.65%-
HSV(B)351.06º98.95%74.51%-
XYZ21.4911.082.24-
YUV61.4110.28219.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 85.59%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=85.59%
G=0.90%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19023000.990.840.25351.0697.9237.65
HexBE21E063541915f6226
Octal27623601431243153714246
Binary101111101011110011000111010100110011010111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE021E; }

 p { color: rgb(190,2,30); }

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

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

 a { background-color: rgb(190,2,30); }

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

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

 span { border-color: rgb(190,2,30); }

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