#B10114

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

Shades of Venetian Red #B10114

Tints of Venetian Red #B10114

Color information

#B10114 (or 0xB10114) is unknown color: approx Venetian Red. HEX triplet: B1, 01 and 14. RGB value is (177,1,20). Sum of RGB (Red+Green+Blue) = 177+1+20=198 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.39% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 177 - color contains mainly: red. Hex color #B10114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10114 is #4EFEEB. Grayscale: #373737. Windows color (decimal): -5177068 or 1311153. OLE color: 1311153.

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

Color convert

RGB177120-
CMYK00.990.890.31
HSL353.52º98.88%34.9%-
HSV(B)353.52º99.44%69.41%-
XYZ18.279.421.52-
YUV55.79107.81214.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 89.39%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=89.39%
G=0.51%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712000.990.890.31353.5298.8834.9
HexB1114063591F1626323
Octal26112401431313754214343
Binary10110001110100011000111011001111111011000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10114; }

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

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

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

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

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

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

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

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