#B5131D

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

Shades of Venetian Red #B5131D

Tints of Venetian Red #B5131D

Color information

#B5131D (or 0xB5131D) is unknown color: approx Venetian Red. HEX triplet: B5, 13 and 1D. RGB value is (181,19,29). Sum of RGB (Red+Green+Blue) = 181+19+29=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B5131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5131D is #4AECE2. Grayscale: #444444. Windows color (decimal): -4910307 or 1905589. OLE color: 1905589.

HSL color Cylindrical-coordinate representation of color #B5131D: hue angle of 356.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5131D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1811929-
CMYK00.900.840.29
HSL356.3º81%39.22%-
HSV(B)356.3º89.5%70.98%-
XYZ19.5110.382.14-
YUV68.58105.67208.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.04%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 29 (11.72% from 255) = 12.66%
R=79.04%
G=8.30%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181192900.900.840.29356.38139.22
HexB5131D05A541D1645127
Octal265233501321243554412147
Binary101101011001111101010110101010100111011011001001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5131D; }

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

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

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

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

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

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

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

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