#BE0005

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

Shades of Venetian Red #BE0005

Tints of Venetian Red #BE0005

Color information

#BE0005 (or 0xBE0005) is unknown color: approx Venetian Red. HEX triplet: BE, 00 and 05. RGB value is (190,0,5). Sum of RGB (Red+Green+Blue) = 190+0+5=195 (25% of max value = 765). Red value is 190 (74.61% from 255 or 97.44% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0005 is #41FFFA. Grayscale: #393939. Windows color (decimal): -4325371 or 327870. OLE color: 327870.

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

Color convert

RGB19005-
CMYK010.970.25
HSL358.42º100%37.25%-
HSV(B)358.42º100%74.51%-
XYZ21.2610.961.14-
YUV57.3898.45222.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 97.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=97.44%
G=0%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19005010.970.25358.4210037.25
HexBE0506461191666425
Octal2760501441413154614445
Binary101111100101011001001100001110011011001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0005; }

 p { color: rgb(190,0,5); }

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

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

 a { background-color: rgb(190,0,5); }

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

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

 span { border-color: rgb(190,0,5); }

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