#B51216

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

Shades of Venetian Red #B51216

Tints of Venetian Red #B51216

Color information

#B51216 (or 0xB51216) is unknown color: approx Venetian Red. HEX triplet: B5, 12 and 16. RGB value is (181,18,22). Sum of RGB (Red+Green+Blue) = 181+18+22=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B51216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51216 is #4AEDE9. Grayscale: #434343. Windows color (decimal): -4910570 or 1446581. OLE color: 1446581.

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

Color convert

RGB1811822-
CMYK00.900.880.29
HSL358.53º81.91%39.02%-
HSV(B)358.53º90.06%70.98%-
XYZ19.4210.311.73-
YUV67.19102.5209.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 81.90%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=81.90%
G=8.14%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181182200.900.880.29358.5381.9139.02
HexB5121605A581D1675227
Octal265222601321303554712247
Binary101101011001010110010110101011000111011011001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51216; }

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

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

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

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

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

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

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

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