Html Css Color HEX #BE0111 Venetian Red

📋 copy color: '#BE0111'

red 190 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #BE0111

Tints of Venetian Red #BE0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 91.35%
G = 0.48%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE0111 (or 0xBE0111) is known color: Venetian Red. HEX triplet: BE, 01 and 11. RGB value is (190,1,17). Sum of RGB (Red+Green+Blue) = 190+1+17=208 (27% of max value = 765). Red value is 190 (74.61% from 255 or 91.35% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0111 is #41FEEE. Grayscale: #3B3B3B. Windows color (decimal): -4325103 or 1114558. OLE color: 1114558.

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

Color convert

RGB 190 1 17 -
CMYK 0 0.99 0.91 0.25
HSL 354.92º 0.99% 0.37% -
HSV(B) 354.92º 0.99% 0.75% -
XYZ 21.35 11.01 1.53 -
YUV 59.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 190 1 17 0 0.99 0.91 0.25 354.92 0.99 0.37
Hex BE 1 11 0 63 5B 19 163 63 25
Octal 276 1 21 0 143 133 31 543 143 45
Binary 10111110 1 10001 0 1100011 1011011 11001 101100011 1100011 100101

Color Harmonies of #BE0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0111

Black with #BE0111

Text Example


Text Example

White with #BE0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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