#B10203

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

Shades of Venetian Red #B10203

Tints of Venetian Red #B10203

Color information

#B10203 (or 0xB10203) is unknown color: approx Venetian Red. HEX triplet: B1, 02 and 03. RGB value is (177,2,3). Sum of RGB (Red+Green+Blue) = 177+2+3=182 (24% of max value = 765). Red value is 177 (69.53% from 255 or 97.25% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 177 - color contains mainly: red. Hex color #B10203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10203 is #4EFDFC. Grayscale: #363636. Windows color (decimal): -5176829 or 197297. OLE color: 197297.

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

Color convert

RGB17723-
CMYK00.990.980.31
HSL359.66º97.77%35.1%-
HSV(B)359.66º98.87%69.41%-
XYZ18.179.40.94-
YUV54.4498.98215.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 97.25%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=97.25%
G=1.10%
B=1.65%

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
Decimal1772300.990.980.31359.6697.7735.1
HexB123063621F1686223
Octal2612301431423755014243
Binary101100011011011000111100010111111011010001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10203; }

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

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

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

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

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

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

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

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