Html Css Color HEX #BD3B39 Medium Carmine

📋 copy color: '#BD3B39'

red 189 ◦ green 59 ◦ blue 57

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

Shades of Medium Carmine #BD3B39

Tints of Medium Carmine #BD3B39

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.34%

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

R = 61.97%
G = 19.34%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3B39 (or 0xBD3B39) is known color: Medium Carmine. HEX triplet: BD, 3B and 39. RGB value is (189,59,57). Sum of RGB (Red+Green+Blue) = 189+59+57=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B39 is #42C4C6. Grayscale: #616161. Windows color (decimal): -4375751 or 3750845. OLE color: 3750845.

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

Color convert

RGB 189 59 57 -
CMYK 0 0.69 0.70 0.26
HSL 0.91º 0.54% 0.48% -
HSV(B) 0.91º 0.7% 0.74% -
XYZ 23.29 14.24 5.39 -
YUV 97.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 189 59 57 0 0.69 0.70 0.26 0.91 0.54 0.48
Hex BD 3B 39 0 45 46 1A 1 36 30
Octal 275 73 71 0 105 106 32 1 66 60
Binary 10111101 111011 111001 0 1000101 1000110 11010 1 110110 110000

Color Harmonies of #BD3B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3B39

Black with #BD3B39

Text Example


Text Example

White with #BD3B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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