#BD042B

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

Shades of Venetian Red #BD042B

Tints of Venetian Red #BD042B

Color information

#BD042B (or 0xBD042B) is unknown color: approx Venetian Red. HEX triplet: BD, 04 and 2B. RGB value is (189,4,43). Sum of RGB (Red+Green+Blue) = 189+4+43=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD042B is #42FBD4. Grayscale: #3F3F3F. Windows color (decimal): -4389845 or 2819261. OLE color: 2819261.

HSL color Cylindrical-coordinate representation of color #BD042B: hue angle of 347.35º degrees, saturation: 0.96, 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 #BD042B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB189443-
CMYK00.980.770.26
HSL347.35º95.85%37.84%-
HSV(B)347.35º97.88%74.12%-
XYZ21.4711.083.29-
YUV63.76116.29217.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.08%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=80.08%
G=1.69%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18944300.980.770.26347.3595.8537.84
HexBD42B0624D1A15b6026
Octal27545301421153253314046
Binary10111101100101011011000101001101110101010110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD042B; }

 p { color: rgb(189,4,43); }

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

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

 a { background-color: rgb(189,4,43); }

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

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

 span { border-color: rgb(189,4,43); }

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