#b40a19

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

Shades of Venetian Red #B40A19

Tints of Venetian Red #B40A19

Color information

#B40A19 (or 0xB40A19) is unknown color: approx Venetian Red. HEX triplet: B4, 0A and 19. RGB value is (180,10,25). Sum of RGB (Red+Green+Blue) = 180+10+25=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40A19 is #4BF5E6. Grayscale: #3E3E3E. Windows color (decimal): -4978151 or 1641140. OLE color: 1641140.

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

Color convert

RGB1801025-
CMYK00.940.860.29
HSL354.71º89.47%37.25%-
HSV(B)354.71º94.44%70.59%-
XYZ19.119.991.84-
YUV62.54106.82211.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.72%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=83.72%
G=4.65%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180102500.940.860.29354.7189.4737.25
HexB4A1905E561D1635925
Octal264123101361263554313145
Binary10110100101011001010111101010110111011011000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40a19; }

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

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

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

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

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

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

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

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