#B1171E

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

Shades of Venetian Red #B1171E

Tints of Venetian Red #B1171E

Color information

#B1171E (or 0xB1171E) is unknown color: approx Venetian Red. HEX triplet: B1, 17 and 1E. RGB value is (177,23,30). Sum of RGB (Red+Green+Blue) = 177+23+30=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B1171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1171E is #4EE8E1. Grayscale: #454545. Windows color (decimal): -5171426 or 1972145. OLE color: 1972145.

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

Color convert

RGB1772330-
CMYK00.870.830.31
HSL357.27º77%39.22%-
HSV(B)357.27º87.01%69.41%-
XYZ18.6710.052.18-
YUV69.84105.52204.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.96%
GREEN value IS 23 (9.38% from 255) = 10%
BLUE value IS 30 (12.11% from 255) = 13.04%
R=76.96%
G=10%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177233000.870.830.31357.277739.22
HexB1171E057531F1654d27
Octal261273601271233754511547
Binary101100011011111110010101111010011111111011001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1171E; }

 p { color: rgb(177,23,30); }

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

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

 a { background-color: rgb(177,23,30); }

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

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

 span { border-color: rgb(177,23,30); }

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