Html Css Color HEX #BD4039 Medium Carmine

📋 copy color: '#BD4039'

red 189 ◦ green 64 ◦ blue 57

#BD4039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #BD4039

Tints of Medium Carmine #BD4039

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 value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD4039 (or 0xBD4039) is known color: 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

RGB 189 64 57 -
CMYK 0 0.66 0.70 0.26
HSL 3.18º 0.54% 0.48% -
HSV(B) 3.18º 0.7% 0.74% -
XYZ 23.56 14.78 5.48 -
YUV 100.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 189 64 57 0 0.66 0.70 0.26 3.18 0.54 0.48
Hex BD 40 39 0 42 46 1A 3 36 30
Octal 275 100 71 0 102 106 32 3 66 60
Binary 10111101 1000000 111001 0 1000010 1000110 11010 11 110110 110000

Color Harmonies of #BD4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4039

Black with #BD4039

Text Example


Text Example

White with #BD4039

Text Example


Text Example

HTML Codes & Css Web 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>