Html Css Color HEX #BE1119 Venetian Red

📋 copy color: '#BE1119'

red 190 ◦ green 17 ◦ blue 25

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

Shades of Venetian Red #BE1119

Tints of Venetian Red #BE1119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 81.9%
G = 7.33%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE1119 (or 0xBE1119) is known color: Venetian Red. HEX triplet: BE, 11 and 19. RGB value is (190,17,25). Sum of RGB (Red+Green+Blue) = 190+17+25=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1119 is #41EEE6. Grayscale: #454545. Windows color (decimal): -4320999 or 1642942. OLE color: 1642942.

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

Color convert

RGB 190 17 25 -
CMYK 0 0.91 0.87 0.25
HSL 357.23º 0.84% 0.41% -
HSV(B) 357.23º 0.91% 0.75% -
XYZ 21.61 11.42 1.98 -
YUV 69.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 190 17 25 0 0.91 0.87 0.25 357.23 0.84 0.41
Hex BE 11 19 0 5B 57 19 165 54 29
Octal 276 21 31 0 133 127 31 545 124 51
Binary 10111110 10001 11001 0 1011011 1010111 11001 101100101 1010100 101001

Color Harmonies of #BE1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1119

Black with #BE1119

Text Example


Text Example

White with #BE1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1119; }

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

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

background-color css

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

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

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

border-color css

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

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

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