Html Css Color HEX #BD3A39 Medium Carmine

📋 copy color: '#BD3A39'

red 189 ◦ green 58 ◦ blue 57

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

Shades of Medium Carmine #BD3A39

Tints of Medium Carmine #BD3A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

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

R = 62.17%
G = 19.08%
B = 18.75%

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

#BD3A39 (or 0xBD3A39) is known color: Medium Carmine. HEX triplet: BD, 3A and 39. RGB value is (189,58,57). Sum of RGB (Red+Green+Blue) = 189+58+57=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A39 is #42C5C6. Grayscale: #616161. Windows color (decimal): -4376007 or 3750589. OLE color: 3750589.

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

Color convert

RGB 189 58 57 -
CMYK 0 0.69 0.70 0.26
HSL 0.45º 0.54% 0.48% -
HSV(B) 0.45º 0.7% 0.74% -
XYZ 23.24 14.14 5.38 -
YUV 97.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 189 58 57 0 0.69 0.70 0.26 0.45 0.54 0.48
Hex BD 3A 39 0 45 46 1A 0 36 30
Octal 275 72 71 0 105 106 32 0 66 60
Binary 10111101 111010 111001 0 1000101 1000110 11010 0 110110 110000

Color Harmonies of #BD3A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A39

Black with #BD3A39

Text Example


Text Example

White with #BD3A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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