#B5011B

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

Shades of Venetian Red #B5011B

Tints of Venetian Red #B5011B

Color information

#B5011B (or 0xB5011B) is unknown color: approx Venetian Red. HEX triplet: B5, 01 and 1B. RGB value is (181,1,27). Sum of RGB (Red+Green+Blue) = 181+1+27=209 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.60% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 181 - color contains mainly: red. Hex color #B5011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5011B is #4AFEE4. Grayscale: #393939. Windows color (decimal): -4914917 or 1769909. OLE color: 1769909.

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

Color convert

RGB181127-
CMYK00.990.850.29
HSL351.33º98.9%35.69%-
HSV(B)351.33º99.45%70.98%-
XYZ19.269.921.94-
YUV57.78110.63215.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 86.60%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=86.60%
G=0.48%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112700.990.850.29351.3398.935.69
HexB511B063551D15f6324
Octal26513301431253553714344
Binary10110101111011011000111010101111011010111111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5011B; }

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

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

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

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

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

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

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

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