Html Css Color HEX #BD382C Medium Carmine

📋 copy color: '#BD382C'

red 189 ◦ green 56 ◦ blue 44

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

Shades of Medium Carmine #BD382C

Tints of Medium Carmine #BD382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 65.4%
G = 19.38%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD382C (or 0xBD382C) is known color: Medium Carmine. HEX triplet: BD, 38 and 2C. RGB value is (189,56,44). Sum of RGB (Red+Green+Blue) = 189+56+44=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD382C is #42C7D3. Grayscale: #5E5E5E. Windows color (decimal): -4376532 or 2898109. OLE color: 2898109.

HSL color Cylindrical-coordinate representation of color #BD382C: hue angle of 4.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD382C is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 44 -
CMYK 0 0.70 0.77 0.26
HSL 4.97º 0.62% 0.46% -
HSV(B) 4.97º 0.77% 0.74% -
XYZ 22.86 13.83 3.85 -
YUV 94.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 189 56 44 0 0.70 0.77 0.26 4.97 0.62 0.46
Hex BD 38 2C 0 46 4D 1A 5 3E 2E
Octal 275 70 54 0 106 115 32 5 76 56
Binary 10111101 111000 101100 0 1000110 1001101 11010 101 111110 101110

Color Harmonies of #BD382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD382C

Black with #BD382C

Text Example


Text Example

White with #BD382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD382C; }

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

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

background-color css

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

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

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

border-color css

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

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

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