Html Css Color HEX #BE022B Venetian Red

📋 copy color: '#BE022B'

red 190 ◦ green 2 ◦ blue 43

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

Shades of Venetian Red #BE022B

Tints of Venetian Red #BE022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 80.85%
G = 0.85%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE022B (or 0xBE022B) is known color: Venetian Red. HEX triplet: BE, 02 and 2B. RGB value is (190,2,43). Sum of RGB (Red+Green+Blue) = 190+2+43=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE022B is #41FDD4. Grayscale: #3E3E3E. Windows color (decimal): -4324821 or 2818750. OLE color: 2818750.

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

Color convert

RGB 190 2 43 -
CMYK 0 0.99 0.77 0.25
HSL 346.91º 0.98% 0.38% -
HSV(B) 346.91º 0.99% 0.75% -
XYZ 21.69 11.16 3.3 -
YUV 62.89 116.78 218.67 -
System Red Green Blue C M Y K H S L
Decimal 190 2 43 0 0.99 0.77 0.25 346.91 0.98 0.38
Hex BE 2 2B 0 63 4D 19 15B 62 26
Octal 276 2 53 0 143 115 31 533 142 46
Binary 10111110 10 101011 0 1100011 1001101 11001 101011011 1100010 100110

Color Harmonies of #BE022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE022B

Black with #BE022B

Text Example


Text Example

White with #BE022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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