#b31516

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

Shades of Venetian Red #B31516

Tints of Venetian Red #B31516

Color information

#B31516 (or 0xB31516) is unknown color: approx Venetian Red. HEX triplet: B3, 15 and 16. RGB value is (179,21,22). Sum of RGB (Red+Green+Blue) = 179+21+22=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B31516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31516 is #4CEAE9. Grayscale: #444444. Windows color (decimal): -5040874 or 1447347. OLE color: 1447347.

HSL color Cylindrical-coordinate representation of color #B31516: hue angle of 359.62º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31516 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1792122-
CMYK00.880.880.30
HSL359.62º79%39.22%-
HSV(B)359.62º88.27%70.2%-
XYZ1910.181.72-
YUV68.36101.85206.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.63%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 22 (8.98% from 255) = 9.91%
R=80.63%
G=9.46%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179212200.880.880.30359.627939.22
HexB31516058581E1684f27
Octal263252601301303655011747
Binary101100111010110110010110001011000111101011010001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31516; }

 p { color: rgb(179,21,22); }

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

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

 a { background-color: rgb(179,21,22); }

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

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

 span { border-color: rgb(179,21,22); }

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