#B70811

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

Shades of Venetian Red #B70811

Tints of Venetian Red #B70811

Color information

#B70811 (or 0xB70811) is unknown color: approx Venetian Red. HEX triplet: B7, 08 and 11. RGB value is (183,8,17). Sum of RGB (Red+Green+Blue) = 183+8+17=208 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.98% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 183 - color contains mainly: red. Hex color #B70811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70811 is #48F7EE. Grayscale: #3D3D3D. Windows color (decimal): -4782063 or 1116343. OLE color: 1116343.

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

Color convert

RGB183817-
CMYK00.960.910.28
HSL356.91º91.62%37.45%-
HSV(B)356.91º95.63%71.76%-
XYZ19.7210.281.48-
YUV61.35102.98214.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 87.98%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 17 (7.03% from 255) = 8.17%
R=87.98%
G=3.85%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18381700.960.910.28356.9191.6237.45
HexB78110605B1C1655c25
Octal267102101401333454513445
Binary10110111100010001011000001011011111001011001011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70811; }

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

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

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

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

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

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

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

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