#b50c0e

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

Shades of Venetian Red #B50C0E

Tints of Venetian Red #B50C0E

Color information

#B50C0E (or 0xB50C0E) is unknown color: approx Venetian Red. HEX triplet: B5, 0C and 0E. RGB value is (181,12,14). Sum of RGB (Red+Green+Blue) = 181+12+14=207 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.44% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50C0E is #4AF3F1. Grayscale: #3E3E3E. Windows color (decimal): -4912114 or 920757. OLE color: 920757.

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

Color convert

RGB1811214-
CMYK00.930.920.29
HSL359.29º87.56%37.84%-
HSV(B)359.29º93.37%70.98%-
XYZ19.2710.121.35-
YUV62.76100.49212.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 87.44%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=87.44%
G=5.80%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181121400.930.920.29359.2987.5637.84
HexB5CE05D5C1D1675826
Octal265141601351343554713046
Binary1011010111001110010111011011100111011011001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50c0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50c0e; }

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

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

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

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

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

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

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

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