#B40F14

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

Shades of Venetian Red #B40F14

Tints of Venetian Red #B40F14

Color information

#B40F14 (or 0xB40F14) is unknown color: approx Venetian Red. HEX triplet: B4, 0F and 14. RGB value is (180,15,20). Sum of RGB (Red+Green+Blue) = 180+15+20=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40F14 is #4BF0EB. Grayscale: #414141. Windows color (decimal): -4976876 or 1314740. OLE color: 1314740.

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

Color convert

RGB1801520-
CMYK00.920.890.29
HSL358.18º84.62%38.24%-
HSV(B)358.18º91.67%70.59%-
XYZ19.1210.11.6-
YUV64.9102.66210.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.72%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=83.72%
G=6.98%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180152000.920.890.29358.1884.6238.24
HexB4F1405C591D1665526
Octal264172401341313554612546
Binary10110100111110100010111001011001111011011001101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40F14; }

 p { color: rgb(180,15,20); }

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

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

 a { background-color: rgb(180,15,20); }

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

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

 span { border-color: rgb(180,15,20); }

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