#BD0111

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

Shades of Venetian Red #BD0111

Tints of Venetian Red #BD0111

Color information

#BD0111 (or 0xBD0111) is unknown color: approx Venetian Red. HEX triplet: BD, 01 and 11. RGB value is (189,1,17). Sum of RGB (Red+Green+Blue) = 189+1+17=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0111 is #42FEEE. Grayscale: #3B3B3B. Windows color (decimal): -4390639 or 1114557. OLE color: 1114557.

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

Color convert

RGB189117-
CMYK00.990.910.26
HSL354.89º98.95%37.25%-
HSV(B)354.89º99.47%74.12%-
XYZ21.110.881.52-
YUV59.04104.28220.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 91.30%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=91.30%
G=0.48%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911700.990.910.26354.8998.9537.25
HexBD1110635B1A1636325
Octal27512101431333254314345
Binary10111101110001011000111011011110101011000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0111; }

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

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

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

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

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

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

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

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