Html Css Color HEX #BE0011 Venetian Red

📋 copy color: '#BE0011'

red 190 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #BE0011

Tints of Venetian Red #BE0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.79%
G = 0%
B = 8.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE0011 (or 0xBE0011) is known color: Venetian Red. HEX triplet: BE, 00 and 11. RGB value is (190,0,17). Sum of RGB (Red+Green+Blue) = 190+0+17=207 (27% of max value = 765). Red value is 190 (74.61% from 255 or 91.79% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0011 is #41FFEE. Grayscale: #3A3A3A. Windows color (decimal): -4325359 or 1114302. OLE color: 1114302.

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

Color convert

RGB 190 0 17 -
CMYK 0 1 0.91 0.25
HSL 354.63º 1% 0.37% -
HSV(B) 354.63º 1% 0.75% -
XYZ 21.34 10.99 1.53 -
YUV 58.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 190 0 17 0 1 0.91 0.25 354.63 1 0.37
Hex BE 0 11 0 64 5B 19 163 64 25
Octal 276 0 21 0 144 133 31 543 144 45
Binary 10111110 0 10001 0 1100100 1011011 11001 101100011 1100100 100101

Color Harmonies of #BE0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0011

Black with #BE0011

Text Example


Text Example

White with #BE0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0011; }

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

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

background-color css

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

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

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

border-color css

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

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

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