Html Css Color HEX #BE081B Venetian Red

📋 copy color: '#BE081B'

red 190 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #BE081B

Tints of Venetian Red #BE081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12%

R = 84.44%
G = 3.56%
B = 12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE081B (or 0xBE081B) is known color: Venetian Red. HEX triplet: BE, 08 and 1B. RGB value is (190,8,27). Sum of RGB (Red+Green+Blue) = 190+8+27=225 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 190 - color contains mainly: red. Hex color #BE081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE081B is #41F7E4. Grayscale: #404040. Windows color (decimal): -4323301 or 1771710. OLE color: 1771710.

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

Color convert

RGB 190 8 27 -
CMYK 0 0.96 0.86 0.25
HSL 353.74º 0.92% 0.39% -
HSV(B) 353.74º 0.96% 0.75% -
XYZ 21.52 11.2 2.06 -
YUV 64.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 190 8 27 0 0.96 0.86 0.25 353.74 0.92 0.39
Hex BE 8 1B 0 60 56 19 162 5C 27
Octal 276 10 33 0 140 126 31 542 134 47
Binary 10111110 1000 11011 0 1100000 1010110 11001 101100010 1011100 100111

Color Harmonies of #BE081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE081B

Black with #BE081B

Text Example


Text Example

White with #BE081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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