#BE0204

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

Shades of Venetian Red #BE0204

Tints of Venetian Red #BE0204

Color information

#BE0204 (or 0xBE0204) is unknown color: approx Venetian Red. HEX triplet: BE, 02 and 04. RGB value is (190,2,4). Sum of RGB (Red+Green+Blue) = 190+2+4=196 (25% of max value = 765). Red value is 190 (74.61% from 255 or 96.94% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0204 is #41FDFB. Grayscale: #3A3A3A. Windows color (decimal): -4324860 or 262846. OLE color: 262846.

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

Color convert

RGB19024-
CMYK00.990.980.25
HSL359.36º97.92%37.65%-
HSV(B)359.36º98.95%74.51%-
XYZ21.28111.12-
YUV58.4497.28221.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 96.94%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=96.94%
G=1.02%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902400.990.980.25359.3697.9237.65
HexBE2406362191676226
Octal2762401431423154714246
Binary1011111010100011000111100010110011011001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0204; }

 p { color: rgb(190,2,4); }

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

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

 a { background-color: rgb(190,2,4); }

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

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

 span { border-color: rgb(190,2,4); }

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