#B50E12

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

Shades of Venetian Red #B50E12

Tints of Venetian Red #B50E12

Color information

#B50E12 (or 0xB50E12) is unknown color: approx Venetian Red. HEX triplet: B5, 0E and 12. RGB value is (181,14,18). Sum of RGB (Red+Green+Blue) = 181+14+18=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50E12 is #4AF1ED. Grayscale: #404040. Windows color (decimal): -4911598 or 1183413. OLE color: 1183413.

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

Color convert

RGB1811418-
CMYK00.920.900.29
HSL358.56º85.64%38.24%-
HSV(B)358.56º92.27%70.98%-
XYZ19.3210.181.52-
YUV64.39101.83211.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 84.98%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=84.98%
G=6.57%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181141800.920.900.29358.5685.6438.24
HexB5E1205C5A1D1675626
Octal265162201341323554712646
Binary10110101111010010010111001011010111011011001111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E12; }

 p { color: rgb(181,14,18); }

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

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

 a { background-color: rgb(181,14,18); }

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

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

 span { border-color: rgb(181,14,18); }

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