#B81116

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

Shades of Venetian Red #B81116

Tints of Venetian Red #B81116

Color information

#B81116 (or 0xB81116) is unknown color: approx Venetian Red. HEX triplet: B8, 11 and 16. RGB value is (184,17,22). Sum of RGB (Red+Green+Blue) = 184+17+22=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81116 is #47EEE9. Grayscale: #434343. Windows color (decimal): -4714218 or 1446328. OLE color: 1446328.

HSL color Cylindrical-coordinate representation of color #B81116: hue angle of 358.2º 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 #B81116 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB1841722-
CMYK00.910.880.28
HSL358.2º83.08%39.41%-
HSV(B)358.2º90.76%72.16%-
XYZ20.1110.651.75-
YUV67.5102.33211.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 82.51%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=82.51%
G=7.62%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184172200.910.880.28358.283.0839.41
HexB8111605B581C1665327
Octal270212601331303454612347
Binary101110001000110110010110111011000111001011001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81116; }

 p { color: rgb(184,17,22); }

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

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

 a { background-color: rgb(184,17,22); }

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

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

 span { border-color: rgb(184,17,22); }

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