#B90D11

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

Shades of Venetian Red #B90D11

Tints of Venetian Red #B90D11

Color information

#B90D11 (or 0xB90D11) is unknown color: approx Venetian Red. HEX triplet: B9, 0D and 11. RGB value is (185,13,17). Sum of RGB (Red+Green+Blue) = 185+13+17=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90D11 is #46F2EE. Grayscale: #414141. Windows color (decimal): -4649711 or 1117625. OLE color: 1117625.

HSL color Cylindrical-coordinate representation of color #B90D11: hue angle of 358.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D11 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1851317-
CMYK00.930.910.27
HSL358.6º86.87%38.82%-
HSV(B)358.6º92.97%72.55%-
XYZ20.2510.641.52-
YUV64.88100.98213.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 86.05%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=86.05%
G=6.05%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185131700.930.910.27358.686.8738.82
HexB9D1105D5B1B1675727
Octal271152101351333354712747
Binary10111001110110001010111011011011110111011001111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90D11; }

 p { color: rgb(185,13,17); }

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

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

 a { background-color: rgb(185,13,17); }

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

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

 span { border-color: rgb(185,13,17); }

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