#B1090E

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

Shades of Venetian Red #B1090E

Tints of Venetian Red #B1090E

Color information

#B1090E (or 0xB1090E) is unknown color: approx Venetian Red. HEX triplet: B1, 09 and 0E. RGB value is (177,9,14). Sum of RGB (Red+Green+Blue) = 177+9+14=200 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 177 - color contains mainly: red. Hex color #B1090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1090E is #4EF6F1. Grayscale: #3B3B3B. Windows color (decimal): -5175026 or 919985. OLE color: 919985.

HSL color Cylindrical-coordinate representation of color #B1090E: hue angle of 358.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1090E is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB177914-
CMYK00.950.920.31
HSL358.21º90.32%36.47%-
HSV(B)358.21º94.92%69.41%-
XYZ18.319.571.3-
YUV59.8102.16211.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 88.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 14 (5.86% from 255) = 7%
R=88.5%
G=4.5%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17791400.950.920.31358.2190.3236.47
HexB19E05F5C1F1665a24
Octal261111601371343754613244
Binary1011000110011110010111111011100111111011001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1090E; }

 p { color: rgb(177,9,14); }

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

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

 a { background-color: rgb(177,9,14); }

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

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

 span { border-color: rgb(177,9,14); }

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