#B50F1F

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

Shades of Venetian Red #B50F1F

Tints of Venetian Red #B50F1F

Color information

#B50F1F (or 0xB50F1F) is unknown color: approx Venetian Red. HEX triplet: B5, 0F and 1F. RGB value is (181,15,31). Sum of RGB (Red+Green+Blue) = 181+15+31=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F1F is #4AF0E0. Grayscale: #424242. Windows color (decimal): -4911329 or 2035637. OLE color: 2035637.

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

Color convert

RGB1811531-
CMYK00.920.830.29
HSL354.22º84.69%38.43%-
HSV(B)354.22º91.71%70.98%-
XYZ19.4710.262.25-
YUV66.46108209.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.74%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=79.74%
G=6.61%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181153100.920.830.29354.2284.6938.43
HexB5F1F05C531D1625526
Octal265173701341233554212546
Binary10110101111111111010111001010011111011011000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F1F; }

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

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

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

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

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

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

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

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