#B50F26

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

Shades of Venetian Red #B50F26

Tints of Venetian Red #B50F26

Color information

#B50F26 (or 0xB50F26) is unknown color: approx Venetian Red. HEX triplet: B5, 0F and 26. RGB value is (181,15,38). Sum of RGB (Red+Green+Blue) = 181+15+38=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F26 is #4AF0D9. Grayscale: #434343. Windows color (decimal): -4911322 or 2494389. OLE color: 2494389.

HSL color Cylindrical-coordinate representation of color #B50F26: hue angle of 351.69º 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 #B50F26 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1811538-
CMYK00.920.790.29
HSL351.69º84.69%38.43%-
HSV(B)351.69º91.71%70.98%-
XYZ19.5810.312.79-
YUV67.26111.5209.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.35%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=77.35%
G=6.41%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181153800.920.790.29351.6984.6938.43
HexB5F2605C4F1D1605526
Octal265174601341173554012546
Binary101101011111100110010111001001111111011011000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F26; }

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

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

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

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

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

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

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

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