#B50C0D

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

Shades of Venetian Red #B50C0D

Tints of Venetian Red #B50C0D

Color information

#B50C0D (or 0xB50C0D) is unknown color: approx Venetian Red. HEX triplet: B5, 0C and 0D. RGB value is (181,12,13). Sum of RGB (Red+Green+Blue) = 181+12+13=206 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.86% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50C0D is #4AF3F2. Grayscale: #3E3E3E. Windows color (decimal): -4912115 or 855221. OLE color: 855221.

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

Color convert

RGB1811213-
CMYK00.930.930.29
HSL359.64º87.56%37.84%-
HSV(B)359.64º93.37%70.98%-
XYZ19.2610.121.32-
YUV62.6499.99212.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 87.86%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=87.86%
G=5.83%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181121300.930.930.29359.6487.5637.84
HexB5CD05D5D1D1685826
Octal265141501351353555013046
Binary1011010111001101010111011011101111011011010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C0D; }

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

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

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

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

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

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

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

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