#B50622

Color #B50622 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B50622

Tints of Venetian Red #B50622

Color information

#B50622 (or 0xB50622) is unknown color: approx 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

RGB181634-
CMYK00.970.810.29
HSL350.4º93.58%36.67%-
HSV(B)350.4º96.69%70.98%-
XYZ19.4110.072.43-
YUV61.52112.48213.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 81.90%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 34 (13.67% from 255) = 15.38%
R=81.90%
G=2.71%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18163400.970.810.29350.493.5836.67
HexB5622061511D15e5e25
Octal26564201411213553613645
Binary10110101110100010011000011010001111011010111101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>