Html Css Color HEX #BE020B Venetian Red

📋 copy color: '#BE020B'

red 190 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #BE020B

Tints of Venetian Red #BE020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 11 (4.69% from 255) = 5.42%

R = 93.6%
G = 0.99%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE020B (or 0xBE020B) is known color: Venetian Red. HEX triplet: BE, 02 and 0B. RGB value is (190,2,11). Sum of RGB (Red+Green+Blue) = 190+2+11=203 (26% of max value = 765). Red value is 190 (74.61% from 255 or 93.60% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 190 - color contains mainly: red. Hex color #BE020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE020B is #41FDF4. Grayscale: #3B3B3B. Windows color (decimal): -4324853 or 721598. OLE color: 721598.

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

Color convert

RGB 190 2 11 -
CMYK 0 0.99 0.94 0.25
HSL 357.13º 0.98% 0.38% -
HSV(B) 357.13º 0.99% 0.75% -
XYZ 21.32 11.01 1.32 -
YUV 59.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 190 2 11 0 0.99 0.94 0.25 357.13 0.98 0.38
Hex BE 2 B 0 63 5E 19 165 62 26
Octal 276 2 13 0 143 136 31 545 142 46
Binary 10111110 10 1011 0 1100011 1011110 11001 101100101 1100010 100110

Color Harmonies of #BE020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE020B

Black with #BE020B

Text Example


Text Example

White with #BE020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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