#B9012E

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

Shades of Venetian Red #B9012E

Tints of Venetian Red #B9012E

Color information

#B9012E (or 0xB9012E) is unknown color: approx Venetian Red. HEX triplet: B9, 01 and 2E. RGB value is (185,1,46). Sum of RGB (Red+Green+Blue) = 185+1+46=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9012E is #46FED1. Grayscale: #3D3D3D. Windows color (decimal): -4652754 or 3015097. OLE color: 3015097.

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

Color convert

RGB185146-
CMYK00.990.750.27
HSL345.33º98.92%36.47%-
HSV(B)345.33º99.46%72.55%-
XYZ20.5110.533.54-
YUV61.15119.46216.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 79.74%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=79.74%
G=0.43%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514600.990.750.27345.3398.9236.47
HexB912E0634B1B1596324
Octal27115601431133353114344
Binary101110011101110011000111001011110111010110011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9012E; }

 p { color: rgb(185,1,46); }

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

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

 a { background-color: rgb(185,1,46); }

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

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

 span { border-color: rgb(185,1,46); }

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