#B21016

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

Shades of Venetian Red #B21016

Tints of Venetian Red #B21016

Color information

#B21016 (or 0xB21016) is unknown color: approx Venetian Red. HEX triplet: B2, 10 and 16. RGB value is (178,16,22). Sum of RGB (Red+Green+Blue) = 178+16+22=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B21016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21016 is #4DEFE9. Grayscale: #414141. Windows color (decimal): -5107690 or 1446066. OLE color: 1446066.

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

Color convert

RGB1781622-
CMYK00.910.880.30
HSL357.78º83.51%38.04%-
HSV(B)357.78º91.01%69.8%-
XYZ18.699.891.68-
YUV65.12103.67208.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.41%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=82.41%
G=7.41%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178162200.910.880.30357.7883.5138.04
HexB2101605B581E1665426
Octal262202601331303654612446
Binary101100101000010110010110111011000111101011001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21016; }

 p { color: rgb(178,16,22); }

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

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

 a { background-color: rgb(178,16,22); }

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

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

 span { border-color: rgb(178,16,22); }

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