#B50E13

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

Shades of Venetian Red #B50E13

Tints of Venetian Red #B50E13

Color information

#B50E13 (or 0xB50E13) is unknown color: approx Venetian Red. HEX triplet: B5, 0E and 13. RGB value is (181,14,19). Sum of RGB (Red+Green+Blue) = 181+14+19=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50E13 is #4AF1EC. Grayscale: #404040. Windows color (decimal): -4911597 or 1248949. OLE color: 1248949.

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

Color convert

RGB1811419-
CMYK00.920.900.29
HSL358.2º85.64%38.24%-
HSV(B)358.2º92.27%70.98%-
XYZ19.3310.181.56-
YUV64.5102.33211.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 84.58%
GREEN value IS 14 (5.86% from 255) = 6.54%
BLUE value IS 19 (7.81% from 255) = 8.88%
R=84.58%
G=6.54%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181141900.920.900.29358.285.6438.24
HexB5E1305C5A1D1665626
Octal265162301341323554612646
Binary10110101111010011010111001011010111011011001101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E13; }

 p { color: rgb(181,14,19); }

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

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

 a { background-color: rgb(181,14,19); }

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

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

 span { border-color: rgb(181,14,19); }

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