#B00710

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

Shades of Venetian Red #B00710

Tints of Venetian Red #B00710

Color information

#B00710 (or 0xB00710) is unknown color: approx Venetian Red. HEX triplet: B0, 07 and 10. RGB value is (176,7,16). Sum of RGB (Red+Green+Blue) = 176+7+16=199 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.44% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 176 - color contains mainly: red. Hex color #B00710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00710 is #4FF8EF. Grayscale: #3A3A3A. Windows color (decimal): -5241072 or 1050544. OLE color: 1050544.

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

Color convert

RGB176716-
CMYK00.960.910.31
HSL356.8º92.35%35.88%-
HSV(B)356.8º96.02%69.02%-
XYZ18.079.421.36-
YUV58.56103.99211.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 88.44%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=88.44%
G=3.52%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17671600.960.910.31356.892.3535.88
HexB07100605B1F1655c24
Octal26072001401333754513444
Binary1011000011110000011000001011011111111011001011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00710; }

 p { color: rgb(176,7,16); }

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

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

 a { background-color: rgb(176,7,16); }

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

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

 span { border-color: rgb(176,7,16); }

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