#B50F18

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

Shades of Venetian Red #B50F18

Tints of Venetian Red #B50F18

Color information

#B50F18 (or 0xB50F18) is unknown color: approx Venetian Red. HEX triplet: B5, 0F and 18. RGB value is (181,15,24). Sum of RGB (Red+Green+Blue) = 181+15+24=220 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.27% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50F18 is #4AF0E7. Grayscale: #414141. Windows color (decimal): -4911336 or 1576885. OLE color: 1576885.

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

Color convert

RGB1811524-
CMYK00.920.870.29
HSL356.75º84.69%38.43%-
HSV(B)356.75º91.71%70.98%-
XYZ19.3910.231.82-
YUV65.66104.5210.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 82.27%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 24 (9.77% from 255) = 10.91%
R=82.27%
G=6.82%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181152400.920.870.29356.7584.6938.43
HexB5F1805C571D1655526
Octal265173001341273554512546
Binary10110101111111000010111001010111111011011001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F18; }

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

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

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

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

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

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

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

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