#B50B0C

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

Shades of Venetian Red #B50B0C

Tints of Venetian Red #B50B0C

Color information

#B50B0C (or 0xB50B0C) is unknown color: approx Venetian Red. HEX triplet: B5, 0B and 0C. RGB value is (181,11,12). Sum of RGB (Red+Green+Blue) = 181+11+12=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50B0C is #4AF4F3. Grayscale: #3E3E3E. Windows color (decimal): -4912372 or 789429. OLE color: 789429.

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

Color convert

RGB1811112-
CMYK00.940.930.29
HSL359.65º88.54%37.65%-
HSV(B)359.65º93.92%70.98%-
XYZ19.2410.091.28-
YUV61.9499.82212.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 88.73%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=88.73%
G=5.39%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181111200.940.930.29359.6588.5437.65
HexB5BC05E5D1D1685926
Octal265131401361353555013146
Binary1011010110111100010111101011101111011011010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50B0C; }

 p { color: rgb(181,11,12); }

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

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

 a { background-color: rgb(181,11,12); }

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

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

 span { border-color: rgb(181,11,12); }

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