#B30B19

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

Shades of Venetian Red #B30B19

Tints of Venetian Red #B30B19

Color information

#B30B19 (or 0xB30B19) is unknown color: approx Venetian Red. HEX triplet: B3, 0B and 19. RGB value is (179,11,25). Sum of RGB (Red+Green+Blue) = 179+11+25=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30B19 is #4CF4E6. Grayscale: #3E3E3E. Windows color (decimal): -5043431 or 1641395. OLE color: 1641395.

HSL color Cylindrical-coordinate representation of color #B30B19: hue angle of 355º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B19 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1791125-
CMYK00.940.860.30
HSL355º88.42%37.25%-
HSV(B)355º93.85%70.2%-
XYZ18.899.891.83-
YUV62.83106.66210.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 83.26%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=83.26%
G=5.12%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179112500.940.860.3035588.4237.25
HexB3B1905E561E1635825
Octal263133101361263654313045
Binary10110011101111001010111101010110111101011000111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30B19; }

 p { color: rgb(179,11,25); }

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

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

 a { background-color: rgb(179,11,25); }

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

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

 span { border-color: rgb(179,11,25); }

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