#B50413

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

Shades of Venetian Red #B50413

Tints of Venetian Red #B50413

Color information

#B50413 (or 0xB50413) is unknown color: approx Venetian Red. HEX triplet: B5, 04 and 13. RGB value is (181,4,19). Sum of RGB (Red+Green+Blue) = 181+4+19=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B50413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50413 is #4AFBEC. Grayscale: #3A3A3A. Windows color (decimal): -4914157 or 1246389. OLE color: 1246389.

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

Color convert

RGB181419-
CMYK00.980.900.29
HSL354.92º95.68%36.27%-
HSV(B)354.92º97.79%70.98%-
XYZ19.229.961.53-
YUV58.63105.64215.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 88.73%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=88.73%
G=1.96%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18141900.980.900.29354.9295.6836.27
HexB54130625A1D1636024
Octal26542301421323554314044
Binary1011010110010011011000101011010111011011000111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50413; }

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

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

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

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

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

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

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

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