#BE042C

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

Shades of Venetian Red #BE042C

Tints of Venetian Red #BE042C

Color information

#BE042C (or 0xBE042C) is unknown color: approx Venetian Red. HEX triplet: BE, 04 and 2C. RGB value is (190,4,44). Sum of RGB (Red+Green+Blue) = 190+4+44=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE042C is #41FBD3. Grayscale: #404040. Windows color (decimal): -4324308 or 2884798. OLE color: 2884798.

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

Color convert

RGB190444-
CMYK00.980.770.25
HSL347.1º95.88%38.04%-
HSV(B)347.1º97.89%74.51%-
XYZ21.7311.223.4-
YUV64.17116.62217.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.83%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=79.83%
G=1.68%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19044400.980.770.25347.195.8838.04
HexBE42C0624D1915b6026
Octal27645401421153153314046
Binary10111110100101100011000101001101110011010110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE042C; }

 p { color: rgb(190,4,44); }

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

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

 a { background-color: rgb(190,4,44); }

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

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

 span { border-color: rgb(190,4,44); }

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