#B9002E

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

Shades of Venetian Red #B9002E

Tints of Venetian Red #B9002E

Color information

#B9002E (or 0xB9002E) is unknown color: approx Venetian Red. HEX triplet: B9, 00 and 2E. RGB value is (185,0,46). Sum of RGB (Red+Green+Blue) = 185+0+46=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9002E is #46FFD1. Grayscale: #3C3C3C. Windows color (decimal): -4653010 or 3014841. OLE color: 3014841.

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

Color convert

RGB185046-
CMYK010.750.27
HSL345.08º100%36.27%-
HSV(B)345.08º100%72.55%-
XYZ20.510.513.53-
YUV60.56119.79216.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 80.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=80.09%
G=0%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185046010.750.27345.0810036.27
HexB902E0644B1B1596424
Octal27105601441133353114444
Binary101110010101110011001001001011110111010110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9002E; }

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

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

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

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

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

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

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

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