#B50F11

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

Shades of Venetian Red #B50F11

Tints of Venetian Red #B50F11

Color information

#B50F11 (or 0xB50F11) is unknown color: approx Venetian Red. HEX triplet: B5, 0F and 11. RGB value is (181,15,17). Sum of RGB (Red+Green+Blue) = 181+15+17=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50F11 is #4AF0EE. Grayscale: #414141. Windows color (decimal): -4911343 or 1118133. OLE color: 1118133.

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

Color convert

RGB1811517-
CMYK00.920.910.29
HSL359.28º84.69%38.43%-
HSV(B)359.28º91.71%70.98%-
XYZ19.3310.211.48-
YUV64.86101210.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 84.98%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=84.98%
G=7.04%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181151700.920.910.29359.2884.6938.43
HexB5F1105C5B1D1675526
Octal265172101341333554712546
Binary10110101111110001010111001011011111011011001111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F11; }

 p { color: rgb(181,15,17); }

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

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

 a { background-color: rgb(181,15,17); }

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

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

 span { border-color: rgb(181,15,17); }

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