#B3040D

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

Shades of Venetian Red #B3040D

Tints of Venetian Red #B3040D

Color information

#B3040D (or 0xB3040D) is unknown color: approx Venetian Red. HEX triplet: B3, 04 and 0D. RGB value is (179,4,13). Sum of RGB (Red+Green+Blue) = 179+4+13=196 (25% of max value = 765). Red value is 179 (70.31% from 255 or 91.33% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 179 - color contains mainly: red. Hex color #B3040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3040D is #4CFBF2. Grayscale: #393939. Windows color (decimal): -5045235 or 853171. OLE color: 853171.

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

Color convert

RGB179413-
CMYK00.980.930.30
HSL356.91º95.63%35.88%-
HSV(B)356.91º97.77%70.2%-
XYZ18.719.71.27-
YUV57.35102.98214.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 91.33%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=91.33%
G=2.04%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17941300.980.930.30356.9195.6335.88
HexB34D0625D1E1656024
Octal26341501421353654514044
Binary101100111001101011000101011101111101011001011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3040D; }

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

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

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

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

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

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

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

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