#BD0B20

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

Shades of Venetian Red #BD0B20

Tints of Venetian Red #BD0B20

Color information

#BD0B20 (or 0xBD0B20) is unknown color: approx Venetian Red. HEX triplet: BD, 0B and 20. RGB value is (189,11,32). Sum of RGB (Red+Green+Blue) = 189+11+32=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0B20 is #42F4DF. Grayscale: #424242. Windows color (decimal): -4388064 or 2100157. OLE color: 2100157.

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

Color convert

RGB1891132-
CMYK00.940.830.26
HSL352.92º89%39.22%-
HSV(B)352.92º94.18%74.12%-
XYZ21.3711.162.39-
YUV66.62108.47215.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.47%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=81.47%
G=4.74%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189113200.940.830.26352.928939.22
HexBDB2005E531A1615927
Octal275134001361233254113147
Binary101111011011100000010111101010011110101011000011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0B20; }

 p { color: rgb(189,11,32); }

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

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

 a { background-color: rgb(189,11,32); }

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

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

 span { border-color: rgb(189,11,32); }

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