#BE071C

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

Shades of Venetian Red #BE071C

Tints of Venetian Red #BE071C

Color information

#BE071C (or 0xBE071C) is unknown color: approx Venetian Red. HEX triplet: BE, 07 and 1C. RGB value is (190,7,28). Sum of RGB (Red+Green+Blue) = 190+7+28=225 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.44% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 190 - color contains mainly: red. Hex color #BE071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE071C is #41F8E3. Grayscale: #404040. Windows color (decimal): -4323556 or 1836990. OLE color: 1836990.

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

Color convert

RGB190728-
CMYK00.960.850.25
HSL353.11º92.89%38.63%-
HSV(B)353.11º96.32%74.51%-
XYZ21.5211.182.12-
YUV64.11107.63217.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 84.44%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=84.44%
G=3.11%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19072800.960.850.25353.1192.8938.63
HexBE71C06055191615d27
Octal27673401401253154113547
Binary1011111011111100011000001010101110011011000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE071C; }

 p { color: rgb(190,7,28); }

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

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

 a { background-color: rgb(190,7,28); }

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

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

 span { border-color: rgb(190,7,28); }

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