#BE0310

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

Shades of Venetian Red #BE0310

Tints of Venetian Red #BE0310

Color information

#BE0310 (or 0xBE0310) is unknown color: approx Venetian Red. HEX triplet: BE, 03 and 10. RGB value is (190,3,16). Sum of RGB (Red+Green+Blue) = 190+3+16=209 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.91% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0310 is #41FCEF. Grayscale: #3C3C3C. Windows color (decimal): -4324592 or 1049534. OLE color: 1049534.

HSL color Cylindrical-coordinate representation of color #BE0310: hue angle of 355.83º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0310 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB190316-
CMYK00.980.920.25
HSL355.83º96.89%37.84%-
HSV(B)355.83º98.42%74.51%-
XYZ21.3611.051.5-
YUV60.4102.95220.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 90.91%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 16 (6.64% from 255) = 7.66%
R=90.91%
G=1.44%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19031600.980.920.25355.8396.8937.84
HexBE3100625C191646126
Octal27632001421343154414146
Binary101111101110000011000101011100110011011001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0310; }

 p { color: rgb(190,3,16); }

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

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

 a { background-color: rgb(190,3,16); }

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

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

 span { border-color: rgb(190,3,16); }

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