Html Css Color HEX #BD4139 Medium Carmine

📋 copy color: '#BD4139'

red 189 ◦ green 65 ◦ blue 57

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

Shades of Medium Carmine #BD4139

Tints of Medium Carmine #BD4139

RGB

 RED value IS 189 (74.22% from 255) = 60.77%

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 60.77%
G = 20.9%
B = 18.33%

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

#BD4139 (or 0xBD4139) is known color: Medium Carmine. HEX triplet: BD, 41 and 39. RGB value is (189,65,57). Sum of RGB (Red+Green+Blue) = 189+65+57=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4139 is #42BEC6. Grayscale: #656565. Windows color (decimal): -4374215 or 3752381. OLE color: 3752381.

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

Color convert

RGB 189 65 57 -
CMYK 0 0.66 0.70 0.26
HSL 3.64º 0.54% 0.48% -
HSV(B) 3.64º 0.7% 0.74% -
XYZ 23.62 14.89 5.5 -
YUV 101.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 189 65 57 0 0.66 0.70 0.26 3.64 0.54 0.48
Hex BD 41 39 0 42 46 1A 4 36 30
Octal 275 101 71 0 102 106 32 4 66 60
Binary 10111101 1000001 111001 0 1000010 1000110 11010 100 110110 110000

Color Harmonies of #BD4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4139

Black with #BD4139

Text Example


Text Example

White with #BD4139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4139; }

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

 H1.HeaderClassName
 {
   color: #BD4139;
 }
 .AnyTagClassName
 {
   color: #BD4139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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