Html Css Color HEX #BE1114 Venetian Red

📋 copy color: '#BE1114'

red 190 ◦ green 17 ◦ blue 20

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

Shades of Venetian Red #BE1114

Tints of Venetian Red #BE1114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 83.7%
G = 7.49%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE1114 (or 0xBE1114) is known color: Venetian Red. HEX triplet: BE, 11 and 14. RGB value is (190,17,20). Sum of RGB (Red+Green+Blue) = 190+17+20=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1114 is #41EEEB. Grayscale: #454545. Windows color (decimal): -4321004 or 1315262. OLE color: 1315262.

HSL color Cylindrical-coordinate representation of color #BE1114: hue angle of 358.96º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1114 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 17 20 -
CMYK 0 0.91 0.89 0.25
HSL 358.96º 0.84% 0.41% -
HSV(B) 358.96º 0.91% 0.75% -
XYZ 21.56 11.4 1.73 -
YUV 69.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 190 17 20 0 0.91 0.89 0.25 358.96 0.84 0.41
Hex BE 11 14 0 5B 59 19 167 54 29
Octal 276 21 24 0 133 131 31 547 124 51
Binary 10111110 10001 10100 0 1011011 1011001 11001 101100111 1010100 101001

Color Harmonies of #BE1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1114

Black with #BE1114

Text Example


Text Example

White with #BE1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1114; }

 p { color: rgb(190,17,20); }

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

background-color css

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

 a { background-color: rgb(190,17,20); }

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

border-color css

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

 span { border-color: rgb(190,17,20); }

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