#B90B29

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

Shades of Venetian Red #B90B29

Tints of Venetian Red #B90B29

Color information

#B90B29 (or 0xB90B29) is unknown color: approx Venetian Red. HEX triplet: B9, 0B and 29. RGB value is (185,11,41). Sum of RGB (Red+Green+Blue) = 185+11+41=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B29 is #46F4D6. Grayscale: #424242. Windows color (decimal): -4650199 or 2689977. OLE color: 2689977.

HSL color Cylindrical-coordinate representation of color #B90B29: hue angle of 349.66º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B29 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1851141-
CMYK00.940.780.27
HSL349.66º88.78%38.43%-
HSV(B)349.66º94.05%72.55%-
XYZ20.5310.713.08-
YUV66.45113.65212.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.06%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=78.06%
G=4.64%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185114100.940.780.27349.6688.7838.43
HexB9B2905E4E1B15e5926
Octal271135101361163353613146
Binary101110011011101001010111101001110110111010111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90B29; }

 p { color: rgb(185,11,41); }

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

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

 a { background-color: rgb(185,11,41); }

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

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

 span { border-color: rgb(185,11,41); }

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