#BD0329

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

Shades of Venetian Red #BD0329

Tints of Venetian Red #BD0329

Color information

#BD0329 (or 0xBD0329) is unknown color: approx Venetian Red. HEX triplet: BD, 03 and 29. RGB value is (189,3,41). Sum of RGB (Red+Green+Blue) = 189+3+41=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0329 is #42FCD6. Grayscale: #3E3E3E. Windows color (decimal): -4390103 or 2687933. OLE color: 2687933.

HSL color Cylindrical-coordinate representation of color #BD0329: hue angle of 347.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0329 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB189341-
CMYK00.980.780.26
HSL347.74º96.88%37.65%-
HSV(B)347.74º98.41%74.12%-
XYZ21.4211.043.1-
YUV62.95115.62217.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.12%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=81.12%
G=1.29%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18934100.980.780.26347.7496.8837.65
HexBD3290624E1A15c6126
Octal27535101421163253414146
Binary1011110111101001011000101001110110101010111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0329; }

 p { color: rgb(189,3,41); }

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

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

 a { background-color: rgb(189,3,41); }

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

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

 span { border-color: rgb(189,3,41); }

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