#B30B1B

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

Shades of Venetian Red #B30B1B

Tints of Venetian Red #B30B1B

Color information

#B30B1B (or 0xB30B1B) is unknown color: approx Venetian Red. HEX triplet: B3, 0B and 1B. RGB value is (179,11,27). Sum of RGB (Red+Green+Blue) = 179+11+27=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B1B is #4CF4E4. Grayscale: #3F3F3F. Windows color (decimal): -5043429 or 1772467. OLE color: 1772467.

HSL color Cylindrical-coordinate representation of color #B30B1B: hue angle of 354.29º 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 #B30B1B is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1791127-
CMYK00.940.850.30
HSL354.29º88.42%37.25%-
HSV(B)354.29º93.85%70.2%-
XYZ18.919.91.95-
YUV63.06107.66210.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 82.49%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=82.49%
G=5.07%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179112700.940.850.30354.2988.4237.25
HexB3B1B05E551E1625825
Octal263133301361253654213045
Binary10110011101111011010111101010101111101011000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30B1B; }

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

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

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

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

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

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

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

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