Html Css Color HEX #BE062C Venetian Red

📋 copy color: '#BE062C'

red 190 ◦ green 6 ◦ blue 44

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

Shades of Venetian Red #BE062C

Tints of Venetian Red #BE062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

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

R = 79.17%
G = 2.5%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE062C (or 0xBE062C) is known color: Venetian Red. HEX triplet: BE, 06 and 2C. RGB value is (190,6,44). Sum of RGB (Red+Green+Blue) = 190+6+44=240 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.17% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 190 - color contains mainly: red. Hex color #BE062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE062C is #41F9D3. Grayscale: #414141. Windows color (decimal): -4323796 or 2885310. OLE color: 2885310.

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

Color convert

RGB 190 6 44 -
CMYK 0 0.97 0.77 0.25
HSL 347.61º 0.94% 0.38% -
HSV(B) 347.61º 0.97% 0.75% -
XYZ 21.75 11.26 3.41 -
YUV 65.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 190 6 44 0 0.97 0.77 0.25 347.61 0.94 0.38
Hex BE 6 2C 0 61 4D 19 15C 5E 26
Octal 276 6 54 0 141 115 31 534 136 46
Binary 10111110 110 101100 0 1100001 1001101 11001 101011100 1011110 100110

Color Harmonies of #BE062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE062C

Black with #BE062C

Text Example


Text Example

White with #BE062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE062C; }

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

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

background-color css

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

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

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

border-color css

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

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

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