#B50B20

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

Shades of Venetian Red #B50B20

Tints of Venetian Red #B50B20

Color information

#B50B20 (or 0xB50B20) is unknown color: approx Venetian Red. HEX triplet: B5, 0B and 20. RGB value is (181,11,32). Sum of RGB (Red+Green+Blue) = 181+11+32=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B20 is #4AF4DF. Grayscale: #404040. Windows color (decimal): -4912352 or 2100149. OLE color: 2100149.

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

Color convert

RGB1811132-
CMYK00.940.820.29
HSL352.59º88.54%37.65%-
HSV(B)352.59º93.92%70.98%-
XYZ19.4410.172.3-
YUV64.22109.82211.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 80.80%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=80.80%
G=4.91%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181113200.940.820.29352.5988.5437.65
HexB5B2005E521D1615926
Octal265134001361223554113146
Binary101101011011100000010111101010010111011011000011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50B20; }

 p { color: rgb(181,11,32); }

 H1.HeaderClassName
 {
   color: #B50B20;
 }
 .AnyTagClassName
 {
   color: #B50B20;
 }
</style>
background-color css

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

 a { background-color: rgb(181,11,32); }

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

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

 span { border-color: rgb(181,11,32); }

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