#B9081A

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

Shades of Venetian Red #B9081A

Tints of Venetian Red #B9081A

Color information

#B9081A (or 0xB9081A) is unknown color: approx Venetian Red. HEX triplet: B9, 08 and 1A. RGB value is (185,8,26). Sum of RGB (Red+Green+Blue) = 185+8+26=219 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.47% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 185 - color contains mainly: red. Hex color #B9081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9081A is #46F7E5. Grayscale: #3F3F3F. Windows color (decimal): -4650982 or 1706169. OLE color: 1706169.

HSL color Cylindrical-coordinate representation of color #B9081A: hue angle of 353.9º 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 #B9081A is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB185826-
CMYK00.960.860.27
HSL353.9º91.71%37.84%-
HSV(B)353.9º95.68%72.55%-
XYZ20.2810.561.95-
YUV62.97107.14215.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 84.47%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=84.47%
G=3.65%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18582600.960.860.27353.991.7137.84
HexB981A060561B1625c26
Octal271103201401263354213446
Binary10111001100011010011000001010110110111011000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9081A; }

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

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

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

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

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

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

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

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