#B40A1E

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

Shades of Venetian Red #B40A1E

Tints of Venetian Red #B40A1E

Color information

#B40A1E (or 0xB40A1E) is unknown color: approx Venetian Red. HEX triplet: B4, 0A and 1E. RGB value is (180,10,30). Sum of RGB (Red+Green+Blue) = 180+10+30=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A1E is #4BF5E1. Grayscale: #3F3F3F. Windows color (decimal): -4978146 or 1968820. OLE color: 1968820.

HSL color Cylindrical-coordinate representation of color #B40A1E: hue angle of 352.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A1E is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1801030-
CMYK00.940.830.29
HSL352.94º89.47%37.25%-
HSV(B)352.94º94.44%70.59%-
XYZ19.1710.012.15-
YUV63.11109.32211.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.82%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=81.82%
G=4.55%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180103000.940.830.29352.9489.4737.25
HexB4A1E05E531D1615925
Octal264123601361233554113145
Binary10110100101011110010111101010011111011011000011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A1E; }

 p { color: rgb(180,10,30); }

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

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

 a { background-color: rgb(180,10,30); }

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

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

 span { border-color: rgb(180,10,30); }

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