Html Css Color HEX #BE101D Venetian Red

📋 copy color: '#BE101D'

red 190 ◦ green 16 ◦ blue 29

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

Shades of Venetian Red #BE101D

Tints of Venetian Red #BE101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 80.85%
G = 6.81%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE101D (or 0xBE101D) is known color: Venetian Red. HEX triplet: BE, 10 and 1D. RGB value is (190,16,29). Sum of RGB (Red+Green+Blue) = 190+16+29=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE101D is #41EFE2. Grayscale: #454545. Windows color (decimal): -4321251 or 1904830. OLE color: 1904830.

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

Color convert

RGB 190 16 29 -
CMYK 0 0.92 0.85 0.25
HSL 355.52º 0.84% 0.4% -
HSV(B) 355.52º 0.92% 0.75% -
XYZ 21.64 11.41 2.22 -
YUV 69.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 190 16 29 0 0.92 0.85 0.25 355.52 0.84 0.4
Hex BE 10 1D 0 5C 55 19 164 54 28
Octal 276 20 35 0 134 125 31 544 124 50
Binary 10111110 10000 11101 0 1011100 1010101 11001 101100100 1010100 101000

Color Harmonies of #BE101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE101D

Black with #BE101D

Text Example


Text Example

White with #BE101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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