#B1060D

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

Shades of Venetian Red #B1060D

Tints of Venetian Red #B1060D

Color information

#B1060D (or 0xB1060D) is unknown color: approx Venetian Red. HEX triplet: B1, 06 and 0D. RGB value is (177,6,13). Sum of RGB (Red+Green+Blue) = 177+6+13=196 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.31% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 177 - color contains mainly: red. Hex color #B1060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1060D is #4EF9F2. Grayscale: #3A3A3A. Windows color (decimal): -5175795 or 853681. OLE color: 853681.

HSL color Cylindrical-coordinate representation of color #B1060D: hue angle of 357.54º degrees, saturation: 0.93, 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 #B1060D is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB177613-
CMYK00.970.930.31
HSL357.54º93.44%35.88%-
HSV(B)357.54º96.61%69.41%-
XYZ18.279.511.25-
YUV57.93102.65212.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 90.31%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=90.31%
G=3.06%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17761300.970.930.31357.5493.4435.88
HexB16D0615D1F1665d24
Octal26161501411353754613544
Binary101100011101101011000011011101111111011001101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1060D; }

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

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

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

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

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

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

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

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