#B3040E

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

Shades of Venetian Red #B3040E

Tints of Venetian Red #B3040E

Color information

#B3040E (or 0xB3040E) is unknown color: approx Venetian Red. HEX triplet: B3, 04 and 0E. RGB value is (179,4,14). Sum of RGB (Red+Green+Blue) = 179+4+14=197 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.86% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 179 - color contains mainly: red. Hex color #B3040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3040E is #4CFBF1. Grayscale: #393939. Windows color (decimal): -5045234 or 918707. OLE color: 918707.

HSL color Cylindrical-coordinate representation of color #B3040E: hue angle of 356.57º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3040E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB179414-
CMYK00.980.920.30
HSL356.57º95.63%35.88%-
HSV(B)356.57º97.77%70.2%-
XYZ18.719.71.3-
YUV57.46103.48214.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 90.86%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=90.86%
G=2.03%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17941400.980.920.30356.5795.6335.88
HexB34E0625C1E1656024
Octal26341601421343654514044
Binary101100111001110011000101011100111101011001011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3040E; }

 p { color: rgb(179,4,14); }

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

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

 a { background-color: rgb(179,4,14); }

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

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

 span { border-color: rgb(179,4,14); }

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