#B90929

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

Shades of Venetian Red #B90929

Tints of Venetian Red #B90929

Color information

#B90929 (or 0xB90929) is unknown color: approx Venetian Red. HEX triplet: B9, 09 and 29. RGB value is (185,9,41). Sum of RGB (Red+Green+Blue) = 185+9+41=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B90929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90929 is #46F6D6. Grayscale: #414141. Windows color (decimal): -4650711 or 2689465. OLE color: 2689465.

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

Color convert

RGB185941-
CMYK00.950.780.27
HSL349.09º90.72%38.04%-
HSV(B)349.09º95.14%72.55%-
XYZ20.5110.673.08-
YUV65.27114.31213.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.72%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=78.72%
G=3.83%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18594100.950.780.27349.0990.7238.04
HexB992905F4E1B15d5b26
Octal271115101371163353513346
Binary101110011001101001010111111001110110111010111011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90929; }

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

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

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

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

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

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

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

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