#B90115

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

Shades of Venetian Red #B90115

Tints of Venetian Red #B90115

Color information

#B90115 (or 0xB90115) is unknown color: approx Venetian Red. HEX triplet: B9, 01 and 15. RGB value is (185,1,21). Sum of RGB (Red+Green+Blue) = 185+1+21=207 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.37% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 185 - color contains mainly: red. Hex color #B90115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90115 is #46FEEA. Grayscale: #3A3A3A. Windows color (decimal): -4652779 or 1376697. OLE color: 1376697.

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

Color convert

RGB185121-
CMYK00.990.890.27
HSL353.48º98.92%36.47%-
HSV(B)353.48º99.46%72.55%-
XYZ20.1510.391.65-
YUV58.3106.96218.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 89.37%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=89.37%
G=0.48%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512100.990.890.27353.4898.9236.47
HexB9115063591B1616324
Octal27112501431313354114344
Binary10111001110101011000111011001110111011000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90115; }

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

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

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

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

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

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

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

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