#b10006

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

Shades of Venetian Red #B10006

Tints of Venetian Red #B10006

Color information

#B10006 (or 0xB10006) is unknown color: approx Venetian Red. HEX triplet: B1, 00 and 06. RGB value is (177,0,6). Sum of RGB (Red+Green+Blue) = 177+0+6=183 (24% of max value = 765). Red value is 177 (69.53% from 255 or 96.72% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 177 - color contains mainly: red. Hex color #B10006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10006 is #4EFFF9. Grayscale: #353535. Windows color (decimal): -5177338 or 393393. OLE color: 393393.

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

Color convert

RGB17706-
CMYK010.970.31
HSL357.97º100%34.71%-
HSV(B)357.97º100%69.41%-
XYZ18.169.361.02-
YUV53.61101.14216.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 96.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=96.72%
G=0%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17706010.970.31357.9710034.71
HexB106064611F1666423
Octal2610601441413754614443
Binary101100010110011001001100001111111011001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b10006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b10006; }

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

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

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

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

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

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

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

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