#B50F20

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

Shades of Venetian Red #B50F20

Tints of Venetian Red #B50F20

Color information

#B50F20 (or 0xB50F20) is unknown color: approx Venetian Red. HEX triplet: B5, 0F and 20. RGB value is (181,15,32). Sum of RGB (Red+Green+Blue) = 181+15+32=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F20 is #4AF0DF. Grayscale: #424242. Windows color (decimal): -4911328 or 2101173. OLE color: 2101173.

HSL color Cylindrical-coordinate representation of color #B50F20: hue angle of 353.86º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50F20 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1811532-
CMYK00.920.820.29
HSL353.86º84.69%38.43%-
HSV(B)353.86º91.71%70.98%-
XYZ19.4910.272.32-
YUV66.57108.5209.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.39%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=79.39%
G=6.58%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181153200.920.820.29353.8684.6938.43
HexB5F2005C521D1625526
Octal265174001341223554212546
Binary101101011111100000010111001010010111011011000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F20; }

 p { color: rgb(181,15,32); }

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

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

 a { background-color: rgb(181,15,32); }

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

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

 span { border-color: rgb(181,15,32); }

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