Html Css Color HEX #BD382D Medium Carmine

📋 copy color: '#BD382D'

red 189 ◦ green 56 ◦ blue 45

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

Shades of Medium Carmine #BD382D

Tints of Medium Carmine #BD382D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 65.17%
G = 19.31%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD382D (or 0xBD382D) is known color: Medium Carmine. HEX triplet: BD, 38 and 2D. RGB value is (189,56,45). Sum of RGB (Red+Green+Blue) = 189+56+45=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD382D is #42C7D2. Grayscale: #5E5E5E. Windows color (decimal): -4376531 or 2963645. OLE color: 2963645.

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

Color convert

RGB 189 56 45 -
CMYK 0 0.70 0.76 0.26
HSL 4.58º 0.62% 0.46% -
HSV(B) 4.58º 0.76% 0.74% -
XYZ 22.87 13.84 3.95 -
YUV 94.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 189 56 45 0 0.70 0.76 0.26 4.58 0.62 0.46
Hex BD 38 2D 0 46 4C 1A 5 3E 2E
Octal 275 70 55 0 106 114 32 5 76 56
Binary 10111101 111000 101101 0 1000110 1001100 11010 101 111110 101110

Color Harmonies of #BD382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD382D

Black with #BD382D

Text Example


Text Example

White with #BD382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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