#B1171B

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

Shades of Venetian Red #B1171B

Tints of Venetian Red #B1171B

Color information

#B1171B (or 0xB1171B) is unknown color: approx Venetian Red. HEX triplet: B1, 17 and 1B. RGB value is (177,23,27). Sum of RGB (Red+Green+Blue) = 177+23+27=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B1171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1171B is #4EE8E4. Grayscale: #454545. Windows color (decimal): -5171429 or 1775537. OLE color: 1775537.

HSL color Cylindrical-coordinate representation of color #B1171B: hue angle of 358.44º 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 #B1171B is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1772327-
CMYK00.870.850.31
HSL358.44º77%39.22%-
HSV(B)358.44º87.01%69.41%-
XYZ18.6410.041.99-
YUV69.5104.02204.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.97%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=77.97%
G=10.13%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177232700.870.850.31358.447739.22
HexB1171B057551F1664d27
Octal261273301271253754611547
Binary101100011011111011010101111010101111111011001101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1171B; }

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

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

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

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

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

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

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

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