#B1151D

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

Shades of Venetian Red #B1151D

Tints of Venetian Red #B1151D

Color information

#B1151D (or 0xB1151D) is unknown color: approx Venetian Red. HEX triplet: B1, 15 and 1D. RGB value is (177,21,29). Sum of RGB (Red+Green+Blue) = 177+21+29=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B1151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1151D is #4EEAE2. Grayscale: #444444. Windows color (decimal): -5171939 or 1906097. OLE color: 1906097.

HSL color Cylindrical-coordinate representation of color #B1151D: hue angle of 356.92º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1151D is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1772129-
CMYK00.880.840.31
HSL356.92º78.79%38.82%-
HSV(B)356.92º88.14%69.41%-
XYZ18.629.972.11-
YUV68.56105.68205.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.97%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=77.97%
G=9.25%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177212900.880.840.31356.9278.7938.82
HexB1151D058541F1654f27
Octal261253501301243754511747
Binary101100011010111101010110001010100111111011001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1151D; }

 p { color: rgb(177,21,29); }

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

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

 a { background-color: rgb(177,21,29); }

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

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

 span { border-color: rgb(177,21,29); }

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