Html Css Color HEX #B50622 Venetian Red

📋 copy color: '#B50622'

red 181 ◦ green 6 ◦ blue 34

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

Shades of Venetian Red #B50622

Tints of Venetian Red #B50622

RGB

 RED value IS 181 (71.09% from 255) = 81.9%

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

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

R = 81.9%
G = 2.71%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B50622 (or 0xB50622) is known color: Venetian Red. HEX triplet: B5, 06 and 22. RGB value is (181,6,34). Sum of RGB (Red+Green+Blue) = 181+6+34=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B50622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50622 is #4AF9DD. Grayscale: #3D3D3D. Windows color (decimal): -4913630 or 2229941. OLE color: 2229941.

HSL color Cylindrical-coordinate representation of color #B50622: hue angle of 350.4º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50622 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 6 34 -
CMYK 0 0.97 0.81 0.29
HSL 350.4º 0.94% 0.37% -
HSV(B) 350.4º 0.97% 0.71% -
XYZ 19.41 10.07 2.43 -
YUV 61.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 181 6 34 0 0.97 0.81 0.29 350.4 0.94 0.37
Hex B5 6 22 0 61 51 1D 15E 5E 25
Octal 265 6 42 0 141 121 35 536 136 45
Binary 10110101 110 100010 0 1100001 1010001 11101 101011110 1011110 100101

Color Harmonies of #B50622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50622

Black with #B50622

Text Example


Text Example

White with #B50622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50622; }

 p { color: rgb(181,6,34); }

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

background-color css

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

 a { background-color: rgb(181,6,34); }

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

border-color css

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

 span { border-color: rgb(181,6,34); }

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