#B9001E

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

Shades of Venetian Red #B9001E

Tints of Venetian Red #B9001E

Color information

#B9001E (or 0xB9001E) is unknown color: approx Venetian Red. HEX triplet: B9, 00 and 1E. RGB value is (185,0,30). Sum of RGB (Red+Green+Blue) = 185+0+30=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B9001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9001E is #46FFE1. Grayscale: #3A3A3A. Windows color (decimal): -4653026 or 1966265. OLE color: 1966265.

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

Color convert

RGB185030-
CMYK010.840.27
HSL350.27º100%36.27%-
HSV(B)350.27º100%72.55%-
XYZ20.2410.412.17-
YUV58.74111.79218.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 86.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=86.05%
G=0%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185030010.840.27350.2710036.27
HexB901E064541B15e6424
Octal27103601441243353614444
Binary10111001011110011001001010100110111010111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9001E; }

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

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

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

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

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

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

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

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