#B51214

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

Shades of Venetian Red #B51214

Tints of Venetian Red #B51214

Color information

#B51214 (or 0xB51214) is unknown color: approx Venetian Red. HEX triplet: B5, 12 and 14. RGB value is (181,18,20). Sum of RGB (Red+Green+Blue) = 181+18+20=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B51214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51214 is #4AEDEB. Grayscale: #434343. Windows color (decimal): -4910572 or 1315509. OLE color: 1315509.

HSL color Cylindrical-coordinate representation of color #B51214: hue angle of 359.26º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51214 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1811820-
CMYK00.900.890.29
HSL359.26º81.91%39.02%-
HSV(B)359.26º90.06%70.98%-
XYZ19.410.311.63-
YUV66.96101.5209.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 82.65%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=82.65%
G=8.22%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181182000.900.890.29359.2681.9139.02
HexB5121405A591D1675227
Octal265222401321313554712247
Binary101101011001010100010110101011001111011011001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51214; }

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

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

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

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

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

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

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

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