#B10103

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

Shades of Venetian Red #B10103

Tints of Venetian Red #B10103

Color information

#B10103 (or 0xB10103) is unknown color: approx Venetian Red. HEX triplet: B1, 01 and 03. RGB value is (177,1,3). Sum of RGB (Red+Green+Blue) = 177+1+3=181 (23% of max value = 765). Red value is 177 (69.53% from 255 or 97.79% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 177 - color contains mainly: red. Hex color #B10103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10103 is #4EFEFC. Grayscale: #363636. Windows color (decimal): -5177085 or 197041. OLE color: 197041.

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

Color convert

RGB17713-
CMYK00.990.980.31
HSL359.32º98.88%34.9%-
HSV(B)359.32º99.44%69.41%-
XYZ18.169.380.94-
YUV53.8599.31215.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 97.79%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=97.79%
G=0.55%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771300.990.980.31359.3298.8834.9
HexB113063621F1676323
Octal2611301431423754714343
Binary10110001111011000111100010111111011001111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10103; }

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

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

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

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

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

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

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

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