#BD1112

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

Shades of Venetian Red #BD1112

Tints of Venetian Red #BD1112

Color information

#BD1112 (or 0xBD1112) is unknown color: approx Venetian Red. HEX triplet: BD, 11 and 12. RGB value is (189,17,18). Sum of RGB (Red+Green+Blue) = 189+17+18=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1112 is #42EEED. Grayscale: #444444. Windows color (decimal): -4386542 or 1184189. OLE color: 1184189.

HSL color Cylindrical-coordinate representation of color #BD1112: hue angle of 359.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1112 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1891718-
CMYK00.910.900.26
HSL359.65º83.5%40.39%-
HSV(B)359.65º91.01%74.12%-
XYZ21.311.261.62-
YUV68.5499.48213.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 84.38%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=84.38%
G=7.59%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189171800.910.900.26359.6583.540.39
HexBD111205B5A1A1685328
Octal275212201331323255012350
Binary101111011000110010010110111011010110101011010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1112; }

 p { color: rgb(189,17,18); }

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

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

 a { background-color: rgb(189,17,18); }

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

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

 span { border-color: rgb(189,17,18); }

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