#B50415

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

Shades of Venetian Red #B50415

Tints of Venetian Red #B50415

Color information

#B50415 (or 0xB50415) is unknown color: approx Venetian Red. HEX triplet: B5, 04 and 15. RGB value is (181,4,21). Sum of RGB (Red+Green+Blue) = 181+4+21=206 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.86% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 181 - color contains mainly: red. Hex color #B50415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50415 is #4AFBEA. Grayscale: #3A3A3A. Windows color (decimal): -4914155 or 1377461. OLE color: 1377461.

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

Color convert

RGB181421-
CMYK00.980.880.29
HSL354.24º95.68%36.27%-
HSV(B)354.24º97.79%70.98%-
XYZ19.239.961.62-
YUV58.86106.64215.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 87.86%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=87.86%
G=1.94%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18142100.980.880.29354.2495.6836.27
HexB5415062581D1626024
Octal26542501421303554214044
Binary1011010110010101011000101011000111011011000101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50415; }

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

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

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

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

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

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

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

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