#b40d20

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

Shades of Venetian Red #B40D20

Tints of Venetian Red #B40D20

Color information

#B40D20 (or 0xB40D20) is unknown color: approx Venetian Red. HEX triplet: B4, 0D and 20. RGB value is (180,13,32). Sum of RGB (Red+Green+Blue) = 180+13+32=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D20 is #4BF2DF. Grayscale: #414141. Windows color (decimal): -4977376 or 2100660. OLE color: 2100660.

HSL color Cylindrical-coordinate representation of color #B40D20: hue angle of 353.17º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40D20 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1801332-
CMYK00.930.820.29
HSL353.17º86.53%37.84%-
HSV(B)353.17º92.78%70.59%-
XYZ19.2310.12.3-
YUV65.1109.33209.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 80%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=80%
G=5.78%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180133200.930.820.29353.1786.5337.84
HexB4D2005D521D1615726
Octal264154001351223554112746
Binary101101001101100000010111011010010111011011000011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40d20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40d20; }

 p { color: rgb(180,13,32); }

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

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

 a { background-color: rgb(180,13,32); }

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

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

 span { border-color: rgb(180,13,32); }

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