#B9081C

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

Shades of Venetian Red #B9081C

Tints of Venetian Red #B9081C

Color information

#B9081C (or 0xB9081C) is unknown color: approx Venetian Red. HEX triplet: B9, 08 and 1C. RGB value is (185,8,28). Sum of RGB (Red+Green+Blue) = 185+8+28=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B9081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9081C is #46F7E3. Grayscale: #3F3F3F. Windows color (decimal): -4650980 or 1837241. OLE color: 1837241.

HSL color Cylindrical-coordinate representation of color #B9081C: hue angle of 353.22º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9081C is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB185828-
CMYK00.960.850.27
HSL353.22º91.71%37.84%-
HSV(B)353.22º95.68%72.55%-
XYZ20.310.572.07-
YUV63.2108.14214.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 83.71%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=83.71%
G=3.62%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18582800.960.850.27353.2291.7137.84
HexB981C060551B1615c26
Octal271103401401253354113446
Binary10111001100011100011000001010101110111011000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9081C; }

 p { color: rgb(185,8,28); }

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

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

 a { background-color: rgb(185,8,28); }

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

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

 span { border-color: rgb(185,8,28); }

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