#B50C20

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

Shades of Venetian Red #B50C20

Tints of Venetian Red #B50C20

Color information

#B50C20 (or 0xB50C20) is unknown color: approx Venetian Red. HEX triplet: B5, 0C and 20. RGB value is (181,12,32). Sum of RGB (Red+Green+Blue) = 181+12+32=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50C20 is #4AF3DF. Grayscale: #404040. Windows color (decimal): -4912096 or 2100405. OLE color: 2100405.

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

Color convert

RGB1811232-
CMYK00.930.820.29
HSL352.9º87.56%37.84%-
HSV(B)352.9º93.37%70.98%-
XYZ19.4510.192.31-
YUV64.81109.49210.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 80.44%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=80.44%
G=5.33%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181123200.930.820.29352.987.5637.84
HexB5C2005D521D1615826
Octal265144001351223554113046
Binary101101011100100000010111011010010111011011000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C20; }

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

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

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

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

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

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

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

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