#b90006

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

Shades of Venetian Red #B90006

Tints of Venetian Red #B90006

Color information

#B90006 (or 0xB90006) is unknown color: approx Venetian Red. HEX triplet: B9, 00 and 06. RGB value is (185,0,6). Sum of RGB (Red+Green+Blue) = 185+0+6=191 (25% of max value = 765). Red value is 185 (72.66% from 255 or 96.86% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 185 - color contains mainly: red. Hex color #B90006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90006 is #46FFF9. Grayscale: #383838. Windows color (decimal): -4653050 or 393401. OLE color: 393401.

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

Color convert

RGB18506-
CMYK010.970.27
HSL358.05º100%36.27%-
HSV(B)358.05º100%72.55%-
XYZ20.0410.331.11-
YUV5699.79220.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 96.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=96.86%
G=0%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18506010.970.27358.0510036.27
HexB906064611B1666424
Octal2710601441413354614444
Binary101110010110011001001100001110111011001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b90006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b90006; }

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

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

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

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

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

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

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

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