#B50922

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

Shades of Venetian Red #B50922

Tints of Venetian Red #B50922

Color information

#B50922 (or 0xB50922) is unknown color: approx Venetian Red. HEX triplet: B5, 09 and 22. RGB value is (181,9,34). Sum of RGB (Red+Green+Blue) = 181+9+34=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B50922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50922 is #4AF6DD. Grayscale: #3F3F3F. Windows color (decimal): -4912862 or 2230709. OLE color: 2230709.

HSL color Cylindrical-coordinate representation of color #B50922: hue angle of 351.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50922 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB181934-
CMYK00.950.810.29
HSL351.28º90.53%37.25%-
HSV(B)351.28º95.03%70.98%-
XYZ19.4410.132.44-
YUV63.28111.48211.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 80.80%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 34 (13.67% from 255) = 15.18%
R=80.80%
G=4.02%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18193400.950.810.29351.2890.5337.25
HexB592205F511D15f5b25
Octal265114201371213553713345
Binary101101011001100010010111111010001111011010111111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50922; }

 p { color: rgb(181,9,34); }

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

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

 a { background-color: rgb(181,9,34); }

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

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

 span { border-color: rgb(181,9,34); }

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