#BD4038

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

Shades of Medium Carmine #BD4038

Tints of Medium Carmine #BD4038

Color information

#BD4038 (or 0xBD4038) is unknown color: approx Medium Carmine. HEX triplet: BD, 40 and 38. RGB value is (189,64,56). Sum of RGB (Red+Green+Blue) = 189+64+56=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4038 is #42BFC7. Grayscale: #646464. Windows color (decimal): -4374472 or 3686589. OLE color: 3686589.

HSL color Cylindrical-coordinate representation of color #BD4038: hue angle of 3.61º 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 #BD4038 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1896456-
CMYK00.660.700.26
HSL3.61º54.29%48.04%-
HSV(B)3.61º70.37%74.12%-
XYZ23.5314.775.35-
YUV100.46102.91191.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=61.17%
G=20.71%
B=18.12%

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
Decimal189645600.660.700.263.6154.2948.04
HexBD4038042461A43630
Octal2751007001021063246660
Binary10111101100000011100001000010100011011010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4038; }

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

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

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

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

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

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

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

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