#BE071D

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

Shades of Venetian Red #BE071D

Tints of Venetian Red #BE071D

Color information

#BE071D (or 0xBE071D) is unknown color: approx Venetian Red. HEX triplet: BE, 07 and 1D. RGB value is (190,7,29). Sum of RGB (Red+Green+Blue) = 190+7+29=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE071D is #41F8E2. Grayscale: #404040. Windows color (decimal): -4323555 or 1902526. OLE color: 1902526.

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

Color convert

RGB190729-
CMYK00.960.850.25
HSL352.79º92.89%38.63%-
HSV(B)352.79º96.32%74.51%-
XYZ21.5311.192.19-
YUV64.22108.13217.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 84.07%
GREEN value IS 7 (3.12% from 255) = 3.10%
BLUE value IS 29 (11.72% from 255) = 12.83%
R=84.07%
G=3.10%
B=12.83%

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
Decimal19072900.960.850.25352.7992.8938.63
HexBE71D06055191615d27
Octal27673501401253154113547
Binary1011111011111101011000001010101110011011000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE071D; }

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

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

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

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

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

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

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

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