#bd0011

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

Shades of Venetian Red #BD0011

Tints of Venetian Red #BD0011

Color information

#BD0011 (or 0xBD0011) is unknown color: approx Venetian Red. HEX triplet: BD, 00 and 11. RGB value is (189,0,17). Sum of RGB (Red+Green+Blue) = 189+0+17=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0011 is #42FFEE. Grayscale: #3A3A3A. Windows color (decimal): -4390895 or 1114301. OLE color: 1114301.

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

Color convert

RGB189017-
CMYK010.910.26
HSL354.6º100%37.06%-
HSV(B)354.6º100%74.12%-
XYZ21.0910.861.51-
YUV58.45104.62221.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 91.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=91.75%
G=0%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189017010.910.26354.610037.06
HexBD0110645B1A1636425
Octal27502101441333254314445
Binary10111101010001011001001011011110101011000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd0011; }

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

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

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

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

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

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

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

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