#B50E23

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

Shades of Venetian Red #B50E23

Tints of Venetian Red #B50E23

Color information

#B50E23 (or 0xB50E23) is unknown color: approx Venetian Red. HEX triplet: B5, 0E and 23. RGB value is (181,14,35). Sum of RGB (Red+Green+Blue) = 181+14+35=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E23 is #4AF1DC. Grayscale: #424242. Windows color (decimal): -4911581 or 2297525. OLE color: 2297525.

HSL color Cylindrical-coordinate representation of color #B50E23: hue angle of 352.46º 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 #B50E23 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1811435-
CMYK00.920.810.29
HSL352.46º85.64%38.24%-
HSV(B)352.46º92.27%70.98%-
XYZ19.5210.262.54-
YUV66.33110.33209.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.70%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 35 (14.06% from 255) = 15.22%
R=78.70%
G=6.09%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181143500.920.810.29352.4685.6438.24
HexB5E2305C511D1605626
Octal265164301341213554012646
Binary101101011110100011010111001010001111011011000001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E23; }

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

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

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

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

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

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

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

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