#BE0712

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

Shades of Venetian Red #BE0712

Tints of Venetian Red #BE0712

Color information

#BE0712 (or 0xBE0712) is unknown color: approx Venetian Red. HEX triplet: BE, 07 and 12. RGB value is (190,7,18). Sum of RGB (Red+Green+Blue) = 190+7+18=215 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.37% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0712 is #41F8ED. Grayscale: #3F3F3F. Windows color (decimal): -4323566 or 1181630. OLE color: 1181630.

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

Color convert

RGB190718-
CMYK00.960.910.25
HSL356.39º92.89%38.63%-
HSV(B)356.39º96.32%74.51%-
XYZ21.4211.141.59-
YUV62.97102.63218.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 88.37%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=88.37%
G=3.26%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19071800.960.910.25356.3992.8938.63
HexBE7120605B191645d27
Octal27672201401333154413547
Binary1011111011110010011000001011011110011011001001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0712; }

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

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

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

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

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

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

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

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