#B40A1D

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

Shades of Venetian Red #B40A1D

Tints of Venetian Red #B40A1D

Color information

#B40A1D (or 0xB40A1D) is unknown color: approx Venetian Red. HEX triplet: B4, 0A and 1D. RGB value is (180,10,29). Sum of RGB (Red+Green+Blue) = 180+10+29=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A1D is #4BF5E2. Grayscale: #3F3F3F. Windows color (decimal): -4978147 or 1903284. OLE color: 1903284.

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

Color convert

RGB1801029-
CMYK00.940.840.29
HSL353.29º89.47%37.25%-
HSV(B)353.29º94.44%70.59%-
XYZ19.1510.012.08-
YUV63108.82211.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.19%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 29 (11.72% from 255) = 13.24%
R=82.19%
G=4.57%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180102900.940.840.29353.2989.4737.25
HexB4A1D05E541D1615925
Octal264123501361243554113145
Binary10110100101011101010111101010100111011011000011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A1D; }

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

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

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

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

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

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

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

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