#B10304

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

Shades of Venetian Red #B10304

Tints of Venetian Red #B10304

Color information

#B10304 (or 0xB10304) is unknown color: approx Venetian Red. HEX triplet: B1, 03 and 04. RGB value is (177,3,4). Sum of RGB (Red+Green+Blue) = 177+3+4=184 (24% of max value = 765). Red value is 177 (69.53% from 255 or 96.20% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 177 - color contains mainly: red. Hex color #B10304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10304 is #4EFCFB. Grayscale: #373737. Windows color (decimal): -5176572 or 263089. OLE color: 263089.

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

Color convert

RGB17734-
CMYK00.980.980.31
HSL359.66º96.67%35.29%-
HSV(B)359.66º98.31%69.41%-
XYZ18.199.420.97-
YUV55.1499.15214.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 96.20%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=96.20%
G=1.63%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773400.980.980.31359.6696.6735.29
HexB134062621F1686123
Octal2613401421423755014143
Binary1011000111100011000101100010111111011010001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10304; }

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

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

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

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

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

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

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

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