#B7111B

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

Shades of Venetian Red #B7111B

Tints of Venetian Red #B7111B

Color information

#B7111B (or 0xB7111B) is unknown color: approx Venetian Red. HEX triplet: B7, 11 and 1B. RGB value is (183,17,27). Sum of RGB (Red+Green+Blue) = 183+17+27=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B7111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7111B is #48EEE4. Grayscale: #434343. Windows color (decimal): -4779749 or 1774007. OLE color: 1774007.

HSL color Cylindrical-coordinate representation of color #B7111B: hue angle of 356.39º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7111B is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB1831727-
CMYK00.910.850.28
HSL356.39º83%39.22%-
HSV(B)356.39º90.71%71.76%-
XYZ19.9310.552.02-
YUV67.77105210.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.62%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=80.62%
G=7.49%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183172700.910.850.28356.398339.22
HexB7111B05B551C1645327
Octal267213301331253454412347
Binary101101111000111011010110111010101111001011001001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7111B; }

 p { color: rgb(183,17,27); }

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

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

 a { background-color: rgb(183,17,27); }

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

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

 span { border-color: rgb(183,17,27); }

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