Html Css Color HEX #BE111C Venetian Red

📋 copy color: '#BE111C'

red 190 ◦ green 17 ◦ blue 28

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

Shades of Venetian Red #BE111C

Tints of Venetian Red #BE111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 80.85%
G = 7.23%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE111C (or 0xBE111C) is known color: Venetian Red. HEX triplet: BE, 11 and 1C. RGB value is (190,17,28). Sum of RGB (Red+Green+Blue) = 190+17+28=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE111C is #41EEE3. Grayscale: #464646. Windows color (decimal): -4320996 or 1839550. OLE color: 1839550.

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

Color convert

RGB 190 17 28 -
CMYK 0 0.91 0.85 0.25
HSL 356.19º 0.84% 0.41% -
HSV(B) 356.19º 0.91% 0.75% -
XYZ 21.65 11.43 2.16 -
YUV 69.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 190 17 28 0 0.91 0.85 0.25 356.19 0.84 0.41
Hex BE 11 1C 0 5B 55 19 164 54 29
Octal 276 21 34 0 133 125 31 544 124 51
Binary 10111110 10001 11100 0 1011011 1010101 11001 101100100 1010100 101001

Color Harmonies of #BE111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE111C

Black with #BE111C

Text Example


Text Example

White with #BE111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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