#B10309

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

Shades of Venetian Red #B10309

Tints of Venetian Red #B10309

Color information

#B10309 (or 0xB10309) is unknown color: approx Venetian Red. HEX triplet: B1, 03 and 09. RGB value is (177,3,9). Sum of RGB (Red+Green+Blue) = 177+3+9=189 (25% of max value = 765). Red value is 177 (69.53% from 255 or 93.65% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 177 - color contains mainly: red. Hex color #B10309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10309 is #4EFCF6. Grayscale: #373737. Windows color (decimal): -5176567 or 590769. OLE color: 590769.

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

Color convert

RGB17739-
CMYK00.980.950.31
HSL357.93º96.67%35.29%-
HSV(B)357.93º98.31%69.41%-
XYZ18.219.431.12-
YUV55.71101.65214.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 93.65%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=93.65%
G=1.59%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773900.980.950.31357.9396.6735.29
HexB1390625F1F1666123
Octal26131101421373754614143
Binary10110001111001011000101011111111111011001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10309; }

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

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

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

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

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

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

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

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