#B40D13

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

Shades of Venetian Red #B40D13

Tints of Venetian Red #B40D13

Color information

#B40D13 (or 0xB40D13) is unknown color: approx Venetian Red. HEX triplet: B4, 0D and 13. RGB value is (180,13,19). Sum of RGB (Red+Green+Blue) = 180+13+19=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40D13 is #4BF2EC. Grayscale: #3F3F3F. Windows color (decimal): -4977389 or 1248692. OLE color: 1248692.

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

Color convert

RGB1801319-
CMYK00.930.890.29
HSL357.84º86.53%37.84%-
HSV(B)357.84º92.78%70.59%-
XYZ19.0810.041.55-
YUV63.62102.83211.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 84.91%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=84.91%
G=6.13%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180131900.930.890.29357.8486.5337.84
HexB4D1305D591D1665726
Octal264152301351313554612746
Binary10110100110110011010111011011001111011011001101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D13; }

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

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

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

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

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

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

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

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