#B50D19

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

Shades of Venetian Red #B50D19

Tints of Venetian Red #B50D19

Color information

#B50D19 (or 0xB50D19) is unknown color: approx Venetian Red. HEX triplet: B5, 0D and 19. RGB value is (181,13,25). Sum of RGB (Red+Green+Blue) = 181+13+25=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50D19 is #4AF2E6. Grayscale: #404040. Windows color (decimal): -4911847 or 1641909. OLE color: 1641909.

HSL color Cylindrical-coordinate representation of color #B50D19: hue angle of 355.71º degrees, saturation: 0.87, 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 #B50D19 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1811325-
CMYK00.930.860.29
HSL355.71º86.6%38.04%-
HSV(B)355.71º92.82%70.98%-
XYZ19.3810.181.86-
YUV64.6105.66211.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 82.65%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 25 (10.16% from 255) = 11.42%
R=82.65%
G=5.94%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181132500.930.860.29355.7186.638.04
HexB5D1905D561D1645726
Octal265153101351263554412746
Binary10110101110111001010111011010110111011011001001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D19; }

 p { color: rgb(181,13,25); }

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

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

 a { background-color: rgb(181,13,25); }

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

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

 span { border-color: rgb(181,13,25); }

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