Html Css Color HEX #BE0722 Venetian Red

📋 copy color: '#BE0722'

red 190 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #BE0722

Tints of Venetian Red #BE0722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.72%

R = 82.25%
G = 3.03%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE0722 (or 0xBE0722) is known color: Venetian Red. HEX triplet: BE, 07 and 22. RGB value is (190,7,34). Sum of RGB (Red+Green+Blue) = 190+7+34=231 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.25% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0722 is #41F8DD. Grayscale: #404040. Windows color (decimal): -4323550 or 2230206. OLE color: 2230206.

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

Color convert

RGB 190 7 34 -
CMYK 0 0.96 0.82 0.25
HSL 351.15º 0.93% 0.39% -
HSV(B) 351.15º 0.96% 0.75% -
XYZ 21.6 11.21 2.54 -
YUV 64.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 190 7 34 0 0.96 0.82 0.25 351.15 0.93 0.39
Hex BE 7 22 0 60 52 19 15F 5D 27
Octal 276 7 42 0 140 122 31 537 135 47
Binary 10111110 111 100010 0 1100000 1010010 11001 101011111 1011101 100111

Color Harmonies of #BE0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0722

Black with #BE0722

Text Example


Text Example

White with #BE0722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0722; }

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

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

background-color css

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

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

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

border-color css

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

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

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