#B50D1C

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

Shades of Venetian Red #B50D1C

Tints of Venetian Red #B50D1C

Color information

#B50D1C (or 0xB50D1C) is unknown color: approx Venetian Red. HEX triplet: B5, 0D and 1C. RGB value is (181,13,28). Sum of RGB (Red+Green+Blue) = 181+13+28=222 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.53% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D1C is #4AF2E3. Grayscale: #414141. Windows color (decimal): -4911844 or 1838517. OLE color: 1838517.

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

Color convert

RGB1811328-
CMYK00.930.850.29
HSL354.64º86.6%38.04%-
HSV(B)354.64º92.82%70.98%-
XYZ19.4110.22.04-
YUV64.94107.16210.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 81.53%
GREEN value IS 13 (5.47% from 255) = 5.86%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=81.53%
G=5.86%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181132800.930.850.29354.6486.638.04
HexB5D1C05D551D1635726
Octal265153401351253554312746
Binary10110101110111100010111011010101111011011000111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D1C; }

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

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

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

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

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

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

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

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