#BD111E

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

Shades of Venetian Red #BD111E

Tints of Venetian Red #BD111E

Color information

#BD111E (or 0xBD111E) is unknown color: approx Venetian Red. HEX triplet: BD, 11 and 1E. RGB value is (189,17,30). Sum of RGB (Red+Green+Blue) = 189+17+30=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD111E is #42EEE1. Grayscale: #464646. Windows color (decimal): -4386530 or 1970621. OLE color: 1970621.

HSL color Cylindrical-coordinate representation of color #BD111E: hue angle of 355.47º 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 #BD111E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1891730-
CMYK00.910.840.26
HSL355.47º83.5%40.39%-
HSV(B)355.47º91.01%74.12%-
XYZ21.4211.312.28-
YUV69.91105.48212.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.08%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=80.08%
G=7.20%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189173000.910.840.26355.4783.540.39
HexBD111E05B541A1635328
Octal275213601331243254312350
Binary101111011000111110010110111010100110101011000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD111E; }

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

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

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

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

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

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

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

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