#B10506

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

Shades of Venetian Red #B10506

Tints of Venetian Red #B10506

Color information

#B10506 (or 0xB10506) is unknown color: approx Venetian Red. HEX triplet: B1, 05 and 06. RGB value is (177,5,6). Sum of RGB (Red+Green+Blue) = 177+5+6=188 (24% of max value = 765). Red value is 177 (69.53% from 255 or 94.15% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 177 - color contains mainly: red. Hex color #B10506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10506 is #4EFAF9. Grayscale: #383838. Windows color (decimal): -5176058 or 394673. OLE color: 394673.

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

Color convert

RGB17756-
CMYK00.970.970.31
HSL359.65º94.51%35.69%-
HSV(B)359.65º97.18%69.41%-
XYZ18.229.471.04-
YUV56.5499.48213.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 94.15%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 6 (2.73% from 255) = 3.19%
R=94.15%
G=2.66%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775600.970.970.31359.6594.5135.69
HexB156061611F1685f24
Octal2615601411413755013744
Binary10110001101110011000011100001111111011010001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10506; }

 p { color: rgb(177,5,6); }

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

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

 a { background-color: rgb(177,5,6); }

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

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

 span { border-color: rgb(177,5,6); }

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