Html Css Color HEX #BE072C Venetian Red

📋 copy color: '#BE072C'

red 190 ◦ green 7 ◦ blue 44

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

Shades of Venetian Red #BE072C

Tints of Venetian Red #BE072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 78.84%
G = 2.9%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE072C (or 0xBE072C) is known color: Venetian Red. HEX triplet: BE, 07 and 2C. RGB value is (190,7,44). Sum of RGB (Red+Green+Blue) = 190+7+44=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE072C is #41F8D3. Grayscale: #414141. Windows color (decimal): -4323540 or 2885566. OLE color: 2885566.

HSL color Cylindrical-coordinate representation of color #BE072C: hue angle of 347.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE072C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 7 44 -
CMYK 0 0.96 0.77 0.25
HSL 347.87º 0.93% 0.39% -
HSV(B) 347.87º 0.96% 0.75% -
XYZ 21.77 11.28 3.41 -
YUV 65.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 190 7 44 0 0.96 0.77 0.25 347.87 0.93 0.39
Hex BE 7 2C 0 60 4D 19 15C 5D 27
Octal 276 7 54 0 140 115 31 534 135 47
Binary 10111110 111 101100 0 1100000 1001101 11001 101011100 1011101 100111

Color Harmonies of #BE072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE072C

Black with #BE072C

Text Example


Text Example

White with #BE072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE072C; }

 p { color: rgb(190,7,44); }

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

background-color css

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

 a { background-color: rgb(190,7,44); }

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

border-color css

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

 span { border-color: rgb(190,7,44); }

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