#B1161C

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

Shades of Venetian Red #B1161C

Tints of Venetian Red #B1161C

Color information

#B1161C (or 0xB1161C) is unknown color: approx Venetian Red. HEX triplet: B1, 16 and 1C. RGB value is (177,22,28). Sum of RGB (Red+Green+Blue) = 177+22+28=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B1161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1161C is #4EE9E3. Grayscale: #454545. Windows color (decimal): -5171684 or 1840817. OLE color: 1840817.

HSL color Cylindrical-coordinate representation of color #B1161C: hue angle of 357.68º degrees, saturation: 0.78, 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 #B1161C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1772228-
CMYK00.880.840.31
HSL357.68º77.89%39.02%-
HSV(B)357.68º87.57%69.41%-
XYZ18.63102.05-
YUV69.03104.85205.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.97%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 28 (11.33% from 255) = 12.33%
R=77.97%
G=9.69%
B=12.33%

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
Decimal177222800.880.840.31357.6877.8939.02
HexB1161C058541F1664e27
Octal261263401301243754611647
Binary101100011011011100010110001010100111111011001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1161C; }

 p { color: rgb(177,22,28); }

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

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

 a { background-color: rgb(177,22,28); }

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

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

 span { border-color: rgb(177,22,28); }

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