#BD4039

Color #BD4039 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BD4039

Tints of Medium Carmine #BD4039

Color information

#BD4039 (or 0xBD4039) is unknown color: approx Medium Carmine. HEX triplet: BD, 40 and 39. RGB value is (189,64,57). Sum of RGB (Red+Green+Blue) = 189+64+57=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4039 is #42BFC6. Grayscale: #646464. Windows color (decimal): -4374471 or 3752125. OLE color: 3752125.

HSL color Cylindrical-coordinate representation of color #BD4039: hue angle of 3.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4039 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1896457-
CMYK00.660.700.26
HSL3.18º53.66%48.24%-
HSV(B)3.18º69.84%74.12%-
XYZ23.5614.785.48-
YUV100.58103.41191.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.97%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=60.97%
G=20.65%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189645700.660.700.263.1853.6648.24
HexBD4039042461A33630
Octal2751007101021063236660
Binary1011110110000001110010100001010001101101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4039; }

 p { color: rgb(189,64,57); }

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

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

 a { background-color: rgb(189,64,57); }

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

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

 span { border-color: rgb(189,64,57); }

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