Html Css Color HEX #BE072B Venetian Red

📋 copy color: '#BE072B'

red 190 ◦ green 7 ◦ blue 43

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

Shades of Venetian Red #BE072B

Tints of Venetian Red #BE072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 79.17%
G = 2.92%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE072B (or 0xBE072B) is known color: Venetian Red. HEX triplet: BE, 07 and 2B. RGB value is (190,7,43). Sum of RGB (Red+Green+Blue) = 190+7+43=240 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 190 - color contains mainly: red. Hex color #BE072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE072B is #41F8D4. Grayscale: #414141. Windows color (decimal): -4323541 or 2820030. OLE color: 2820030.

HSL color Cylindrical-coordinate representation of color #BE072B: hue angle of 348.2º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE072B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 7 43 -
CMYK 0 0.96 0.77 0.25
HSL 348.2º 0.93% 0.39% -
HSV(B) 348.2º 0.96% 0.75% -
XYZ 21.75 11.27 3.32 -
YUV 65.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 190 7 43 0 0.96 0.77 0.25 348.2 0.93 0.39
Hex BE 7 2B 0 60 4D 19 15C 5D 27
Octal 276 7 53 0 140 115 31 534 135 47
Binary 10111110 111 101011 0 1100000 1001101 11001 101011100 1011101 100111

Color Harmonies of #BE072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE072B

Black with #BE072B

Text Example


Text Example

White with #BE072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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