#B10115

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

Shades of Venetian Red #B10115

Tints of Venetian Red #B10115

Color information

#B10115 (or 0xB10115) is unknown color: approx Venetian Red. HEX triplet: B1, 01 and 15. RGB value is (177,1,21). Sum of RGB (Red+Green+Blue) = 177+1+21=199 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.94% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 177 - color contains mainly: red. Hex color #B10115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10115 is #4EFEEA. Grayscale: #383838. Windows color (decimal): -5177067 or 1376689. OLE color: 1376689.

HSL color Cylindrical-coordinate representation of color #B10115: hue angle of 353.18º degrees, saturation: 0.99, 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 #B10115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB177121-
CMYK00.990.880.31
HSL353.18º98.88%34.9%-
HSV(B)353.18º99.44%69.41%-
XYZ18.289.421.56-
YUV55.9108.31214.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 88.94%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 21 (8.59% from 255) = 10.55%
R=88.94%
G=0.50%
B=10.55%

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
Decimal17712100.990.880.31353.1898.8834.9
HexB1115063581F1616323
Octal26112501431303754114343
Binary10110001110101011000111011000111111011000011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10115; }

 p { color: rgb(177,1,21); }

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

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

 a { background-color: rgb(177,1,21); }

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

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

 span { border-color: rgb(177,1,21); }

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