#B50320

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

Shades of Venetian Red #B50320

Tints of Venetian Red #B50320

Color information

#B50320 (or 0xB50320) is unknown color: approx Venetian Red. HEX triplet: B5, 03 and 20. RGB value is (181,3,32). Sum of RGB (Red+Green+Blue) = 181+3+32=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B50320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50320 is #4AFCDF. Grayscale: #3B3B3B. Windows color (decimal): -4914400 or 2098101. OLE color: 2098101.

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

Color convert

RGB181332-
CMYK00.980.820.29
HSL350.22º96.74%36.08%-
HSV(B)350.22º98.34%70.98%-
XYZ19.359.992.28-
YUV59.53112.47214.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 83.80%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=83.80%
G=1.39%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18133200.980.820.29350.2296.7436.08
HexB5320062521D15e6124
Octal26534001421223553614144
Binary1011010111100000011000101010010111011010111101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50320; }

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

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

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

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

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

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

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

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