#BD0D20

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

Shades of Venetian Red #BD0D20

Tints of Venetian Red #BD0D20

Color information

#BD0D20 (or 0xBD0D20) is unknown color: approx Venetian Red. HEX triplet: BD, 0D and 20. RGB value is (189,13,32). Sum of RGB (Red+Green+Blue) = 189+13+32=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0D20 is #42F2DF. Grayscale: #434343. Windows color (decimal): -4387552 or 2100669. OLE color: 2100669.

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

Color convert

RGB1891332-
CMYK00.930.830.26
HSL353.52º87.13%39.61%-
HSV(B)353.52º93.12%74.12%-
XYZ21.3911.212.4-
YUV67.79107.81214.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.77%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=80.77%
G=5.56%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189133200.930.830.26353.5287.1339.61
HexBDD2005D531A1625728
Octal275154001351233254212750
Binary101111011101100000010111011010011110101011000101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0D20; }

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

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

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

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

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

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

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

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