#b40d17

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

Shades of Venetian Red #B40D17

Tints of Venetian Red #B40D17

Color information

#B40D17 (or 0xB40D17) is unknown color: approx Venetian Red. HEX triplet: B4, 0D and 17. RGB value is (180,13,23). Sum of RGB (Red+Green+Blue) = 180+13+23=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40D17 is #4BF2E8. Grayscale: #404040. Windows color (decimal): -4977385 or 1510836. OLE color: 1510836.

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

Color convert

RGB1801323-
CMYK00.930.870.29
HSL356.41º86.53%37.84%-
HSV(B)356.41º92.78%70.59%-
XYZ19.1210.051.74-
YUV64.07104.83210.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.33%
GREEN value IS 13 (5.47% from 255) = 6.02%
BLUE value IS 23 (9.38% from 255) = 10.65%
R=83.33%
G=6.02%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180132300.930.870.29356.4186.5337.84
HexB4D1705D571D1645726
Octal264152701351273554412746
Binary10110100110110111010111011010111111011011001001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40d17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40d17; }

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

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

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

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

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

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

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

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