#B1000B

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

Shades of Venetian Red #B1000B

Tints of Venetian Red #B1000B

Color information

#B1000B (or 0xB1000B) is unknown color: approx Venetian Red. HEX triplet: B1, 00 and 0B. RGB value is (177,0,11). Sum of RGB (Red+Green+Blue) = 177+0+11=188 (24% of max value = 765). Red value is 177 (69.53% from 255 or 94.15% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 177 - color contains mainly: red. Hex color #B1000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1000B is #4EFFF4. Grayscale: #363636. Windows color (decimal): -5177333 or 721073. OLE color: 721073.

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

Color convert

RGB177011-
CMYK010.940.31
HSL356.27º100%34.71%-
HSV(B)356.27º100%69.41%-
XYZ18.199.371.17-
YUV54.18103.64215.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 94.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=94.15%
G=0%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177011010.940.31356.2710034.71
HexB10B0645E1F1646423
Octal26101301441363754414443
Binary1011000101011011001001011110111111011001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1000B; }

 p { color: rgb(177,0,11); }

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

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

 a { background-color: rgb(177,0,11); }

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

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

 span { border-color: rgb(177,0,11); }

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