#B9040F

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

Shades of Venetian Red #B9040F

Tints of Venetian Red #B9040F

Color information

#B9040F (or 0xB9040F) is unknown color: approx Venetian Red. HEX triplet: B9, 04 and 0F. RGB value is (185,4,15). Sum of RGB (Red+Green+Blue) = 185+4+15=204 (27% of max value = 765). Red value is 185 (72.66% from 255 or 90.69% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 185 - color contains mainly: red. Hex color #B9040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9040F is #46FBF0. Grayscale: #3B3B3B. Windows color (decimal): -4652017 or 984249. OLE color: 984249.

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

Color convert

RGB185415-
CMYK00.980.920.27
HSL356.35º95.77%37.06%-
HSV(B)356.35º97.84%72.55%-
XYZ20.1410.441.4-
YUV59.37102.97217.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 90.69%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 15 (6.25% from 255) = 7.35%
R=90.69%
G=1.96%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18541500.980.920.27356.3595.7737.06
HexB94F0625C1B1646025
Octal27141701421343354414045
Binary101110011001111011000101011100110111011001001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9040F; }

 p { color: rgb(185,4,15); }

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

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

 a { background-color: rgb(185,4,15); }

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

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

 span { border-color: rgb(185,4,15); }

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