Html Css Color HEX #BE0004 Venetian Red

📋 copy color: '#BE0004'

red 190 ◦ green 0 ◦ blue 4

#BE0004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BE0004

Tints of Venetian Red #BE0004

RGB

 RED value IS 190 (74.61% from 255) = 97.94%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 97.94%
G = 0%
B = 2.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE0004 (or 0xBE0004) is known color: Venetian Red. HEX triplet: BE, 00 and 04. RGB value is (190,0,4). Sum of RGB (Red+Green+Blue) = 190+0+4=194 (25% of max value = 765). Red value is 190 (74.61% from 255 or 97.94% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0004 is #41FFFB. Grayscale: #393939. Windows color (decimal): -4325372 or 262334. OLE color: 262334.

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

Color convert

RGB 190 0 4 -
CMYK 0 1 0.98 0.25
HSL 358.74º 1% 0.37% -
HSV(B) 358.74º 1% 0.75% -
XYZ 21.26 10.96 1.11 -
YUV 57.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 190 0 4 0 1 0.98 0.25 358.74 1 0.37
Hex BE 0 4 0 64 62 19 167 64 25
Octal 276 0 4 0 144 142 31 547 144 45
Binary 10111110 0 100 0 1100100 1100010 11001 101100111 1100100 100101

Color Harmonies of #BE0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0004

Black with #BE0004

Text Example


Text Example

White with #BE0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0004; }

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

 H1.HeaderClassName
 {
   color: #BE0004;
 }
 .AnyTagClassName
 {
   color: #BE0004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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