Html Css Color HEX #BE131B Venetian Red

📋 copy color: '#BE131B'

red 190 ◦ green 19 ◦ blue 27

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

Shades of Venetian Red #BE131B

Tints of Venetian Red #BE131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 27 (10.94% from 255) = 11.44%

R = 80.51%
G = 8.05%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE131B (or 0xBE131B) is known color: Venetian Red. HEX triplet: BE, 13 and 1B. RGB value is (190,19,27). Sum of RGB (Red+Green+Blue) = 190+19+27=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE131B is #41ECE4. Grayscale: #474747. Windows color (decimal): -4320485 or 1774526. OLE color: 1774526.

HSL color Cylindrical-coordinate representation of color #BE131B: hue angle of 357.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE131B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 27 -
CMYK 0 0.90 0.86 0.25
HSL 357.19º 0.82% 0.41% -
HSV(B) 357.19º 0.9% 0.75% -
XYZ 21.67 11.49 2.11 -
YUV 71.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 190 19 27 0 0.90 0.86 0.25 357.19 0.82 0.41
Hex BE 13 1B 0 5A 56 19 165 52 29
Octal 276 23 33 0 132 126 31 545 122 51
Binary 10111110 10011 11011 0 1011010 1010110 11001 101100101 1010010 101001

Color Harmonies of #BE131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE131B

Black with #BE131B

Text Example


Text Example

White with #BE131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE131B; }

 p { color: rgb(190,19,27); }

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

background-color css

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

 a { background-color: rgb(190,19,27); }

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

border-color css

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

 span { border-color: rgb(190,19,27); }

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