#B50D23

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

Shades of Venetian Red #B50D23

Tints of Venetian Red #B50D23

Color information

#B50D23 (or 0xB50D23) is unknown color: approx Venetian Red. HEX triplet: B5, 0D and 23. RGB value is (181,13,35). Sum of RGB (Red+Green+Blue) = 181+13+35=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D23 is #4AF2DC. Grayscale: #414141. Windows color (decimal): -4911837 or 2297269. OLE color: 2297269.

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

Color convert

RGB1811335-
CMYK00.930.810.29
HSL352.14º86.6%38.04%-
HSV(B)352.14º92.82%70.98%-
XYZ19.510.232.54-
YUV65.74110.66210.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.04%
GREEN value IS 13 (5.47% from 255) = 5.68%
BLUE value IS 35 (14.06% from 255) = 15.28%
R=79.04%
G=5.68%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181133500.930.810.29352.1486.638.04
HexB5D2305D511D1605726
Octal265154301351213554012746
Binary101101011101100011010111011010001111011011000001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D23; }

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

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

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

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

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

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

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

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