Html Css Color HEX #BD4138 Medium Carmine

📋 copy color: '#BD4138'

red 189 ◦ green 65 ◦ blue 56

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

Shades of Medium Carmine #BD4138

Tints of Medium Carmine #BD4138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 60.97%
G = 20.97%
B = 18.06%

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

#BD4138 (or 0xBD4138) is known color: Medium Carmine. HEX triplet: BD, 41 and 38. RGB value is (189,65,56). Sum of RGB (Red+Green+Blue) = 189+65+56=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4138 is #42BEC7. Grayscale: #656565. Windows color (decimal): -4374216 or 3686845. OLE color: 3686845.

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

Color convert

RGB 189 65 56 -
CMYK 0 0.66 0.70 0.26
HSL 4.06º 0.54% 0.48% -
HSV(B) 4.06º 0.7% 0.74% -
XYZ 23.59 14.88 5.37 -
YUV 101.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 189 65 56 0 0.66 0.70 0.26 4.06 0.54 0.48
Hex BD 41 38 0 42 46 1A 4 36 30
Octal 275 101 70 0 102 106 32 4 66 60
Binary 10111101 1000001 111000 0 1000010 1000110 11010 100 110110 110000

Color Harmonies of #BD4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4138

Black with #BD4138

Text Example


Text Example

White with #BD4138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4138; }

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

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

background-color css

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

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

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

border-color css

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

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

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