#B50115

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

Shades of Venetian Red #B50115

Tints of Venetian Red #B50115

Color information

#B50115 (or 0xB50115) is unknown color: approx Venetian Red. HEX triplet: B5, 01 and 15. RGB value is (181,1,21). Sum of RGB (Red+Green+Blue) = 181+1+21=203 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.16% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 181 - color contains mainly: red. Hex color #B50115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50115 is #4AFEEA. Grayscale: #393939. Windows color (decimal): -4914923 or 1376693. OLE color: 1376693.

HSL color Cylindrical-coordinate representation of color #B50115: hue angle of 353.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB181121-
CMYK00.990.880.29
HSL353.33º98.9%35.69%-
HSV(B)353.33º99.45%70.98%-
XYZ19.29.91.61-
YUV57.1107.63216.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 89.16%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=89.16%
G=0.49%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112100.990.880.29353.3398.935.69
HexB5115063581D1616324
Octal26512501431303554114344
Binary10110101110101011000111011000111011011000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50115; }

 p { color: rgb(181,1,21); }

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

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

 a { background-color: rgb(181,1,21); }

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

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

 span { border-color: rgb(181,1,21); }

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