#B70810

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

Shades of Venetian Red #B70810

Tints of Venetian Red #B70810

Color information

#B70810 (or 0xB70810) is unknown color: approx Venetian Red. HEX triplet: B7, 08 and 10. RGB value is (183,8,16). Sum of RGB (Red+Green+Blue) = 183+8+16=207 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.41% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 183 - color contains mainly: red. Hex color #B70810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70810 is #48F7EF. Grayscale: #3D3D3D. Windows color (decimal): -4782064 or 1050807. OLE color: 1050807.

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

Color convert

RGB183816-
CMYK00.960.910.28
HSL357.26º91.62%37.45%-
HSV(B)357.26º95.63%71.76%-
XYZ19.7110.281.44-
YUV61.24102.48214.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 88.41%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=88.41%
G=3.86%
B=7.73%

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
Decimal18381600.960.910.28357.2691.6237.45
HexB78100605B1C1655c25
Octal267102001401333454513445
Binary10110111100010000011000001011011111001011001011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70810; }

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

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

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

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

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

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

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

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