#BE062A

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

Shades of Venetian Red #BE062A

Tints of Venetian Red #BE062A

Color information

#BE062A (or 0xBE062A) is unknown color: approx Venetian Red. HEX triplet: BE, 06 and 2A. RGB value is (190,6,42). Sum of RGB (Red+Green+Blue) = 190+6+42=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE062A is #41F9D5. Grayscale: #414141. Windows color (decimal): -4323798 or 2754238. OLE color: 2754238.

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

Color convert

RGB190642-
CMYK00.970.780.25
HSL348.26º93.88%38.43%-
HSV(B)348.26º96.84%74.51%-
XYZ21.7211.243.22-
YUV65.12114.96217.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.83%
GREEN value IS 6 (2.73% from 255) = 2.52%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=79.83%
G=2.52%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19064200.970.780.25348.2693.8838.43
HexBE62A0614E1915c5e26
Octal27665201411163153413646
Binary10111110110101010011000011001110110011010111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE062A; }

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

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

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

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

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

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

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

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