Html Css Color HEX #BD3D39 Medium Carmine

📋 copy color: '#BD3D39'

red 189 ◦ green 61 ◦ blue 57

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

Shades of Medium Carmine #BD3D39

Tints of Medium Carmine #BD3D39

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

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

R = 61.56%
G = 19.87%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3D39 (or 0xBD3D39) is known color: Medium Carmine. HEX triplet: BD, 3D and 39. RGB value is (189,61,57). Sum of RGB (Red+Green+Blue) = 189+61+57=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D39 is #42C2C6. Grayscale: #626262. Windows color (decimal): -4375239 or 3751357. OLE color: 3751357.

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

Color convert

RGB 189 61 57 -
CMYK 0 0.68 0.70 0.26
HSL 1.82º 0.54% 0.48% -
HSV(B) 1.82º 0.7% 0.74% -
XYZ 23.39 14.45 5.43 -
YUV 98.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 189 61 57 0 0.68 0.70 0.26 1.82 0.54 0.48
Hex BD 3D 39 0 44 46 1A 2 36 30
Octal 275 75 71 0 104 106 32 2 66 60
Binary 10111101 111101 111001 0 1000100 1000110 11010 10 110110 110000

Color Harmonies of #BD3D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D39

Black with #BD3D39

Text Example


Text Example

White with #BD3D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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