Html Css Color HEX #BA3D39 Medium Carmine

📋 copy color: '#BA3D39'

red 186 ◦ green 61 ◦ blue 57

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

Shades of Medium Carmine #BA3D39

Tints of Medium Carmine #BA3D39

RGB

 RED value IS 186 (73.05% from 255) = 61.18%

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

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

R = 61.18%
G = 20.07%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA3D39 (or 0xBA3D39) is known color: Medium Carmine. HEX triplet: BA, 3D and 39. RGB value is (186,61,57). Sum of RGB (Red+Green+Blue) = 186+61+57=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D39 is #45C2C6. Grayscale: #626262. Windows color (decimal): -4571847 or 3751354. OLE color: 3751354.

HSL color Cylindrical-coordinate representation of color #BA3D39: hue angle of 1.86º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3D39 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 61 57 -
CMYK 0 0.67 0.69 0.27
HSL 1.86º 0.53% 0.48% -
HSV(B) 1.86º 0.69% 0.73% -
XYZ 22.66 14.07 5.39 -
YUV 97.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 186 61 57 0 0.67 0.69 0.27 1.86 0.53 0.48
Hex BA 3D 39 0 43 45 1B 2 35 30
Octal 272 75 71 0 103 105 33 2 65 60
Binary 10111010 111101 111001 0 1000011 1000101 11011 10 110101 110000

Color Harmonies of #BA3D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D39

Black with #BA3D39

Text Example


Text Example

White with #BA3D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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