#B9061D

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

Shades of Venetian Red #B9061D

Tints of Venetian Red #B9061D

Color information

#B9061D (or 0xB9061D) is unknown color: approx Venetian Red. HEX triplet: B9, 06 and 1D. RGB value is (185,6,29). Sum of RGB (Red+Green+Blue) = 185+6+29=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B9061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9061D is #46F9E2. Grayscale: #3E3E3E. Windows color (decimal): -4651491 or 1902265. OLE color: 1902265.

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

Color convert

RGB185629-
CMYK00.970.840.27
HSL352.29º93.72%37.45%-
HSV(B)352.29º96.76%72.55%-
XYZ20.2910.532.13-
YUV62.14109.3215.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 84.09%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=84.09%
G=2.73%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18562900.970.840.27352.2993.7237.45
HexB961D061541B1605e25
Octal27163501411243354013645
Binary1011100111011101011000011010100110111011000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9061D; }

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

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

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

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

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

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

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

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