#B10216

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

Shades of Venetian Red #B10216

Tints of Venetian Red #B10216

Color information

#B10216 (or 0xB10216) is unknown color: approx Venetian Red. HEX triplet: B1, 02 and 16. RGB value is (177,2,22). Sum of RGB (Red+Green+Blue) = 177+2+22=201 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.06% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 177 - color contains mainly: red. Hex color #B10216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10216 is #4EFDE9. Grayscale: #383838. Windows color (decimal): -5176810 or 1442481. OLE color: 1442481.

HSL color Cylindrical-coordinate representation of color #B10216: hue angle of 353.14º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10216 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB177222-
CMYK00.990.880.31
HSL353.14º97.77%35.1%-
HSV(B)353.14º98.87%69.41%-
XYZ18.39.451.62-
YUV56.6108.48213.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 88.06%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=88.06%
G=1.00%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17722200.990.880.31353.1497.7735.1
HexB1216063581F1616223
Octal26122601431303754114243
Binary101100011010110011000111011000111111011000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10216; }

 p { color: rgb(177,2,22); }

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

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

 a { background-color: rgb(177,2,22); }

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

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

 span { border-color: rgb(177,2,22); }

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