#B3040F

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

Shades of Venetian Red #B3040F

Tints of Venetian Red #B3040F

Color information

#B3040F (or 0xB3040F) is unknown color: approx Venetian Red. HEX triplet: B3, 04 and 0F. RGB value is (179,4,15). Sum of RGB (Red+Green+Blue) = 179+4+15=198 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.40% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 179 - color contains mainly: red. Hex color #B3040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3040F is #4CFBF0. Grayscale: #393939. Windows color (decimal): -5045233 or 984243. OLE color: 984243.

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

Color convert

RGB179415-
CMYK00.980.920.30
HSL356.23º95.63%35.88%-
HSV(B)356.23º97.77%70.2%-
XYZ18.729.711.34-
YUV57.58103.98214.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 90.40%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=90.40%
G=2.02%
B=7.58%

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
Decimal17941500.980.920.30356.2395.6335.88
HexB34F0625C1E1646024
Octal26341701421343654414044
Binary101100111001111011000101011100111101011001001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3040F; }

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

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

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

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

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

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

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

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