#B00006

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

Shades of Venetian Red #B00006

Tints of Venetian Red #B00006

Color information

#B00006 (or 0xB00006) is unknown color: approx Venetian Red. HEX triplet: B0, 00 and 06. RGB value is (176,0,6). Sum of RGB (Red+Green+Blue) = 176+0+6=182 (24% of max value = 765). Red value is 176 (69.14% from 255 or 96.70% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 176 - color contains mainly: red. Hex color #B00006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00006 is #4FFFF9. Grayscale: #353535. Windows color (decimal): -5242874 or 393392. OLE color: 393392.

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

Color convert

RGB17606-
CMYK010.970.31
HSL357.95º100%34.51%-
HSV(B)357.95º100%69.02%-
XYZ17.949.241.01-
YUV53.31101.31215.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 96.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=96.70%
G=0%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17606010.970.31357.9510034.51
HexB006064611F1666423
Octal2600601441413754614443
Binary101100000110011001001100001111111011001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00006; }

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

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

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

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

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

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

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

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