#BE062B

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

Shades of Venetian Red #BE062B

Tints of Venetian Red #BE062B

Color information

#BE062B (or 0xBE062B) is unknown color: approx Venetian Red. HEX triplet: BE, 06 and 2B. RGB value is (190,6,43). Sum of RGB (Red+Green+Blue) = 190+6+43=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE062B is #41F9D4. Grayscale: #414141. Windows color (decimal): -4323797 or 2819774. OLE color: 2819774.

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

Color convert

RGB190643-
CMYK00.970.770.25
HSL347.93º93.88%38.43%-
HSV(B)347.93º96.84%74.51%-
XYZ21.7411.253.31-
YUV65.23115.46216.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.50%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=79.50%
G=2.51%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19064300.970.770.25347.9393.8838.43
HexBE62B0614D1915c5e26
Octal27665301411153153413646
Binary10111110110101011011000011001101110011010111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE062B; }

 p { color: rgb(190,6,43); }

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

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

 a { background-color: rgb(190,6,43); }

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

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

 span { border-color: rgb(190,6,43); }

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