#B41516

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

Shades of Venetian Red #B41516

Tints of Venetian Red #B41516

Color information

#B41516 (or 0xB41516) is unknown color: approx Venetian Red. HEX triplet: B4, 15 and 16. RGB value is (180,21,22). Sum of RGB (Red+Green+Blue) = 180+21+22=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B41516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41516 is #4BEAE9. Grayscale: #444444. Windows color (decimal): -4975338 or 1447348. OLE color: 1447348.

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

Color convert

RGB1802122-
CMYK00.880.880.29
HSL359.62º79.1%39.41%-
HSV(B)359.62º88.33%70.59%-
XYZ19.2410.31.73-
YUV68.66101.68207.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 80.72%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=80.72%
G=9.42%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180212200.880.880.29359.6279.139.41
HexB41516058581D1684f27
Octal264252601301303555011747
Binary101101001010110110010110001011000111011011010001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41516; }

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

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

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

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

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

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

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

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