Html Css Color HEX #BE101F Venetian Red

📋 copy color: '#BE101F'

red 190 ◦ green 16 ◦ blue 31

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

Shades of Venetian Red #BE101F

Tints of Venetian Red #BE101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 80.17%
G = 6.75%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE101F (or 0xBE101F) is known color: Venetian Red. HEX triplet: BE, 10 and 1F. RGB value is (190,16,31). Sum of RGB (Red+Green+Blue) = 190+16+31=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE101F is #41EFE0. Grayscale: #454545. Windows color (decimal): -4321249 or 2035902. OLE color: 2035902.

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

Color convert

RGB 190 16 31 -
CMYK 0 0.92 0.84 0.25
HSL 354.83º 0.84% 0.4% -
HSV(B) 354.83º 0.92% 0.75% -
XYZ 21.67 11.42 2.36 -
YUV 69.74 106.15 213.78 -
System Red Green Blue C M Y K H S L
Decimal 190 16 31 0 0.92 0.84 0.25 354.83 0.84 0.4
Hex BE 10 1F 0 5C 54 19 163 54 28
Octal 276 20 37 0 134 124 31 543 124 50
Binary 10111110 10000 11111 0 1011100 1010100 11001 101100011 1010100 101000

Color Harmonies of #BE101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE101F

Black with #BE101F

Text Example


Text Example

White with #BE101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE101F; }

 p { color: rgb(190,16,31); }

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

background-color css

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

 a { background-color: rgb(190,16,31); }

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

border-color css

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

 span { border-color: rgb(190,16,31); }

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