Html Css Color HEX #BD4038 Medium Carmine

📋 copy color: '#BD4038'

red 189 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #BD4038

Tints of Medium Carmine #BD4038

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 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

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

RGB 189 64 56 -
CMYK 0 0.66 0.70 0.26
HSL 3.61º 0.54% 0.48% -
HSV(B) 3.61º 0.7% 0.74% -
XYZ 23.53 14.77 5.35 -
YUV 100.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 189 64 56 0 0.66 0.70 0.26 3.61 0.54 0.48
Hex BD 40 38 0 42 46 1A 4 36 30
Octal 275 100 70 0 102 106 32 4 66 60
Binary 10111101 1000000 111000 0 1000010 1000110 11010 100 110110 110000

Color Harmonies of #BD4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4038

Black with #BD4038

Text Example


Text Example

White with #BD4038

Text Example


Text Example

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