Html Css Color HEX #BE082B Venetian Red

📋 copy color: '#BE082B'

red 190 ◦ green 8 ◦ blue 43

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

Shades of Venetian Red #BE082B

Tints of Venetian Red #BE082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 78.84%
G = 3.32%
B = 17.84%

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

#BE082B (or 0xBE082B) is known color: Venetian Red. HEX triplet: BE, 08 and 2B. RGB value is (190,8,43). Sum of RGB (Red+Green+Blue) = 190+8+43=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE082B is #41F7D4. Grayscale: #424242. Windows color (decimal): -4323285 or 2820286. OLE color: 2820286.

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

Color convert

RGB 190 8 43 -
CMYK 0 0.96 0.77 0.25
HSL 348.46º 0.92% 0.39% -
HSV(B) 348.46º 0.96% 0.75% -
XYZ 21.76 11.3 3.32 -
YUV 66.41 114.8 216.15 -
System Red Green Blue C M Y K H S L
Decimal 190 8 43 0 0.96 0.77 0.25 348.46 0.92 0.39
Hex BE 8 2B 0 60 4D 19 15C 5C 27
Octal 276 10 53 0 140 115 31 534 134 47
Binary 10111110 1000 101011 0 1100000 1001101 11001 101011100 1011100 100111

Color Harmonies of #BE082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE082B

Black with #BE082B

Text Example


Text Example

White with #BE082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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